Skip to content

Commit

Permalink
linux_and_macos.yml: Drop "brew update" to fix CI
Browse files Browse the repository at this point in the history
As of the moment, package php comes pre-installed
and trying to apply mass-upgrades fails at php.
  • Loading branch information
hartwork committed Feb 26, 2025
1 parent 46561d6 commit 5ed21eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ jobs:
if: runner.os == 'macOS'
run: |-
set -x
brew update
brew install \
autoconf-archive \
automake \
Expand Down

0 comments on commit 5ed21eb

Please sign in to comment.