From fce14c6ff404bb7e124736afd1cb67719eca82e0 Mon Sep 17 00:00:00 2001 From: schmidtw Date: Mon, 31 Jul 2023 23:33:09 -0700 Subject: [PATCH] Fix the program build and remove sudo. --- .github/workflows/integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index d9fb992..aee3c5e 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -37,4 +37,4 @@ jobs: - name: Run the integration test shell: bash run: | - sudo ./integration-tester -write-size-bytes 65536 + ./integration-tester -write-size-bytes 65536