Skip to content

Commit

Permalink
try fix pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Myakshin <[email protected]>
  • Loading branch information
Koc committed Dec 28, 2023
1 parent 744f841 commit bb910b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
if: steps.check_composer.outputs.files_exists == 'true'
run: |
cd ${{ env.APP_NAME }}
composer install --no-dev
composer install --no-dev --ignore-platform-reqs=ext-gd
- name: Build ${{ env.APP_NAME }}
# Skip if no package.json
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/lint-php-cs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
php-version: 8.2
coverage: none
ini-file: development
extensions: gd
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit bb910b2

Please sign in to comment.