Skip to content

Commit

Permalink
#15343 - Add '--ignore-platform-reqs' flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Apr 2, 2021
1 parent 9b27c92 commit bcf696c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static-code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
sudo apt-get install --no-install-recommends -q -y re2c
- name: Install Packages
run: composer install --prefer-dist
run: composer install --prefer-dist --ignore-platform-reqs

- name: Install Zephir
run: .ci/install-zephir.sh
Expand Down

0 comments on commit bcf696c

Please sign in to comment.