Updated ci.yml

This commit is contained in:
netkas 2024-09-20 19:11:23 -04:00
parent c9e4a6741a
commit e041ca2c20

View file

@ -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
php ncc-build/INSTALL --auto