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