Updated ci.yml
This commit is contained in:
parent
c9e4a6741a
commit
e041ca2c20
1 changed files with 1 additions and 6 deletions
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
|
@ -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
|
Loading…
Add table
Reference in a new issue