Updated project.json & ci.yml

This commit is contained in:
netkas 2024-09-17 14:33:27 -04:00
parent fa8a8ea84c
commit 25aba53494
2 changed files with 5 additions and 5 deletions

View file

@ -106,9 +106,9 @@ jobs:
php "$NCC_DIR/INSTALL" --auto --install-composer
cd .. && rm -rf ncc
- name: Install NCC package
- name: Install NCC packages
run: |
ncc package install --package="ncc-build/net.nosial.configlib.ncc" --reinstall -y --log-level # Use the correct path to the downloaded package
ncc package install --package="ncc-build/net.nosial.configlib.ncc" --reinstall -y --log-level debug
- name: Install project dependencies
run: |