mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-30 17:14:50 +00:00
fix(ci): allow composer plugin in config
Should suppress the error
This commit is contained in:
parent
b15a92c2ff
commit
a9fb8aacca
1
.github/workflows/mediawiki.yml
vendored
1
.github/workflows/mediawiki.yml
vendored
|
@ -34,6 +34,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
composer validate
|
composer validate
|
||||||
|
composer config --no-plugins allow-plugins.composer/installers
|
||||||
composer install --prefer-dist --no-progress
|
composer install --prefer-dist --no-progress
|
||||||
npm install --save-dev
|
npm install --save-dev
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue