diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 595b6e5..c838648 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -84,9 +84,4 @@ jobs: - name: Test NCC installation run: | - NCC_DIR=$(find build/ -type d -name 'ncc_*' | head -n 1) - if [ -z "$NCC_DIR" ]; then - echo "NCC build directory not found" - exit 1 - fi - php $NCC_DIR/INSTALL --auto \ No newline at end of file + php ncc-build/INSTALL --auto \ No newline at end of file