mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-27 15:50:34 +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
|
||||
run: |
|
||||
composer validate
|
||||
composer config --no-plugins allow-plugins.composer/installers
|
||||
composer install --prefer-dist --no-progress
|
||||
npm install --save-dev
|
||||
|
||||
|
|
Loading…
Reference in a new issue