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
|
php "$NCC_DIR/INSTALL" --auto --install-composer
|
||||||
cd .. && rm -rf ncc
|
cd .. && rm -rf ncc
|
||||||
|
|
||||||
- name: Install NCC package
|
- name: Install NCC packages
|
||||||
run: |
|
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
|
- name: Install project dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -62,19 +62,19 @@
|
||||||
"name": "com.symfony.filesystem",
|
"name": "com.symfony.filesystem",
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"source_type": "remote",
|
"source_type": "remote",
|
||||||
"source": "symfony/filesystem=latest@composer"
|
"source": "symfony/filesystem=latest@packagist"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "com.symfony.yaml",
|
"name": "com.symfony.yaml",
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"source_type": "remote",
|
"source_type": "remote",
|
||||||
"source": "symfony/yaml=latest@composer"
|
"source": "symfony/yaml=latest@packagist"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "com.symfony.process",
|
"name": "com.symfony.process",
|
||||||
"version": "latest",
|
"version": "latest",
|
||||||
"source_type": "remote",
|
"source_type": "remote",
|
||||||
"source": "symfony/process=latest@composer"
|
"source": "symfony/process=latest@packagist"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"configurations": [
|
"configurations": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue