diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 797d32a..f034d41 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,5 +84,4 @@ jobs: - name: Test NCC installation run: | - ls -l build - php build/INSTALL --auto \ No newline at end of file + sudo php build/INSTALL --auto \ No newline at end of file