Skip to content

Commit 89e750a

Browse files
nielsdoscmb69
andcommitted
Fix macOS CI
Install curl via brew. Closes GH-16735. Co-authored-by: "Christoph M. Becker" <[email protected]>
1 parent 54003ae commit 89e750a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/brew/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
1414
# Some packages exist on x86 but not arm, or vice versa.
1515
# Install them with reinstall to avoid warnings.
16-
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c
16+
brew reinstall autoconf webp tidy-html5 libzip libsodium icu4c curl
1717
brew install \
1818
bison \
1919
re2c

0 commit comments

Comments
 (0)