Skip to content

Commit

Permalink
Try running just brew update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-miller-rakuten committed Nov 30, 2023
1 parent 8ceaef2 commit 4100d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
brew --version
brew tap shivammathur/php
brew update && brew upgrade --greedy --force
brew update
brew install shivammathur/php/php@${{ matrix.php-version }}
./phpswitch.sh ${{ matrix.php-version }} -s
switched=$(php -v | grep -e '^PHP' | cut -d' ' -f2 | cut -d. -f1,2)
Expand Down

0 comments on commit 4100d3a

Please sign in to comment.