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