Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Change location of php-build
  • Loading branch information
pingevt authored Dec 12, 2022
1 parent 58260d1 commit 3d6189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ runs:
id: composer_run
run: |
set -e
bash <(curl -s https://raw.githubusercontent.com/php-actions/php-build/cee5b9fa9fbc4c888e7a62bbb7b8eade18e3c56b/php-build.bash) composer
bash <(curl -s https://raw.githubusercontent.com/bluecadet/php-build/master/php-build.bash) composer
${{ github.action_path }}/composer-action.bash
shell: bash

Expand Down

0 comments on commit 3d6189b

Please sign in to comment.