Skip to content

Commit 5ed21eb

Browse files
committed
linux_and_macos.yml: Drop "brew update" to fix CI
As of the moment, package php comes pre-installed and trying to apply mass-upgrades fails at php.
1 parent 46561d6 commit 5ed21eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/linux_and_macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
if: runner.os == 'macOS'
8484
run: |-
8585
set -x
86-
brew update
8786
brew install \
8887
autoconf-archive \
8988
automake \

0 commit comments

Comments
 (0)