Skip to content

Commit

Permalink
Try verbose again without config
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaymo committed Jan 27, 2025
1 parent 86ab48b commit 7cbd017
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-plugin-archive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,14 +161,8 @@ jobs:
with:
name: ${{ needs.checkout-dependencies.outputs.artifact }}

- name: Configure Composer plugins
run: |
composer global config --no-plugins --no-interaction allow-plugins.composer/installers true
composer global config --no-plugins --no-interaction allow-plugins.inpsyde/wp-translation-downloader true
composer global config --no-plugins --no-interaction allow-plugins.inpsyde/composer-assets-compiler true
- name: Set up PHP
uses: shivammathur/setup-php@v2
uses: shivammathur/setup-php@verbose
with:
php-version: ${{ inputs.PHP_VERSION_BUILD }}
tools: rector, php-scoper, sniccowp/php-scoper-wordpress-excludes, inpsyde/composer-assets-compiler, inpsyde/wp-translation-downloader
Expand Down

0 comments on commit 7cbd017

Please sign in to comment.