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: |
|
||||
|
|
|
@ -62,19 +62,19 @@
|
|||
"name": "com.symfony.filesystem",
|
||||
"version": "latest",
|
||||
"source_type": "remote",
|
||||
"source": "symfony/filesystem=latest@composer"
|
||||
"source": "symfony/filesystem=latest@packagist"
|
||||
},
|
||||
{
|
||||
"name": "com.symfony.yaml",
|
||||
"version": "latest",
|
||||
"source_type": "remote",
|
||||
"source": "symfony/yaml=latest@composer"
|
||||
"source": "symfony/yaml=latest@packagist"
|
||||
},
|
||||
{
|
||||
"name": "com.symfony.process",
|
||||
"version": "latest",
|
||||
"source_type": "remote",
|
||||
"source": "symfony/process=latest@composer"
|
||||
"source": "symfony/process=latest@packagist"
|
||||
}
|
||||
],
|
||||
"configurations": [
|
||||
|
|
Loading…
Add table
Reference in a new issue