Skip to content

Commit

Permalink
Update:
Browse files Browse the repository at this point in the history
  • Loading branch information
joehoyle committed Nov 28, 2023
1 parent 86ac1c2 commit 45c2570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:
default: true
override: true
- name: Setup PHP version
run: brew tap shivammathur/php && brew unlink php && ( brew install shivammathur/php/php@${{ matrix.php-version }} || true ) && brew link --force --overwrite shivammathur/php/php@${{ matrix.php-version }} && php -i
run: brew update && brew tap shivammathur/php && brew unlink php && ( brew reinstall shivammathur/php/php@${{ matrix.php-version }} || true ) && brew link --force --overwrite shivammathur/php/php@${{ matrix.php-version }} && php -i

- name: Build
uses: actions-rs/cargo@v1
Expand Down

0 comments on commit 45c2570

Please sign in to comment.