We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0447f commit 5cc7eb6Copy full SHA for 5cc7eb6
.github/workflows/build.yml
@@ -282,8 +282,8 @@ jobs:
282
brew_dir="$HOME/brew"
283
fi
284
285
- echo "CPPFLAGS=-I${brew_dir}/opt/icu4c/include" | tee -a $GITHUB_ENV
286
- echo "LDFLAGS=-L${brew_dir}/opt/icu4c/lib" | tee -a $GITHUB_ENV
+ echo "CPPFLAGS=-I${brew_dir}/opt/icu4c/include -I${brew_dir}/opt/openssl/include" | tee -a $GITHUB_ENV
+ echo "LDFLAGS=-L${brew_dir}/opt/icu4c/lib -L${brew_dir}/opt/openssl/lib" | tee -a $GITHUB_ENV
287
echo "LLVM_CONFIG=${brew_dir}/opt/llvm/bin/llvm-config" | tee -a $GITHUB_ENV
288
289
- name: Build (MacOS)
0 commit comments