Updated project.json & ci.yml
This commit is contained in:
parent
fa8a8ea84c
commit
25aba53494
2 changed files with 5 additions and 5 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue