diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1032585..9a652a1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,4 +42,4 @@ jobs: run: ./${{ matrix.build }} - name: Test - run: ./${{ matrix.output }} \ No newline at end of file + run: sudo ./${{ matrix.output }} \ No newline at end of file