Remove tar-to-zip dep
This commit is contained in:
parent
4475813a12
commit
49528c9644
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -116,7 +116,6 @@ jobs:
|
||||
- name: 'Install Release Dependencies'
|
||||
run: |
|
||||
rm -rf vendor
|
||||
sudo npm i tar-to-zip -g
|
||||
composer install --no-dev --prefer-dist --no-interaction --verbose
|
||||
sudo chmod +x ./.github/scripts/*
|
||||
|
||||
@ -179,7 +178,6 @@ jobs:
|
||||
- name: 'Install Release Dependencies'
|
||||
run: |
|
||||
rm -rf vendor
|
||||
sudo npm i tar-to-zip -g
|
||||
composer install --no-dev --prefer-dist --no-interaction --verbose
|
||||
sudo chmod +x ./.github/scripts/*
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user