From f51e9d382c45306da2fc576408d6b176607cdd84 Mon Sep 17 00:00:00 2001 From: carmenmaymo Date: Mon, 27 Jan 2025 09:15:04 +0100 Subject: [PATCH] Try verbose to see why translate fails --- .github/workflows/build-plugin-archive.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-plugin-archive.yml b/.github/workflows/build-plugin-archive.yml index 59c2f365..246fcaed 100644 --- a/.github/workflows/build-plugin-archive.yml +++ b/.github/workflows/build-plugin-archive.yml @@ -161,8 +161,14 @@ 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