We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c65b39 commit 4be6435Copy full SHA for 4be6435
.github/actions/brew/action.yml
@@ -12,6 +12,7 @@ runs:
12
re2c
13
brew install \
14
openssl@1.1 \
15
+ curl \
16
krb5 \
17
bzip2 \
18
enchant \
.github/actions/configure-macos/action.yml
@@ -11,6 +11,7 @@ runs:
11
set -x
export PATH="/usr/local/opt/bison/bin:$PATH"
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/openssl@1.1/lib/pkgconfig"
+ export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/curl/lib/pkgconfig"
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/krb5/lib/pkgconfig"
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libffi/lib/pkgconfig"
export PKG_CONFIG_PATH="$PKG_CONFIG_PATH:/usr/local/opt/libxml2/lib/pkgconfig"
0 commit comments