From 140b0f2aff49f2f61c13b832445233145184181b Mon Sep 17 00:00:00 2001 From: netkas Date: Fri, 20 Sep 2024 19:21:55 -0400 Subject: [PATCH] Updated ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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