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