File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -281,10 +281,12 @@ jobs:
281281 if [ "${{ matrix.id }}" == "macos-arm64" ]; then
282282 brew_dir="$HOME/brew"
283283 fi
284+ brew_opt_dir="$brew_dir/opt"
285+ ls -l "$brew_opt_dir"
284286
285- echo "CPPFLAGS=-I${brew_dir}/opt/ icu4c/include -I${brew_dir}/opt /openssl/include" | tee -a $GITHUB_ENV
286- 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
287+ echo "CPPFLAGS=-I${brew_opt_dir}/ icu4c/include -I${brew_opt_dir} /openssl/include" | tee -a $GITHUB_ENV
288+ echo "LDFLAGS=-L${brew_opt_dir}/ icu4c/lib -L${brew_opt_dir} /openssl/lib" | tee -a $GITHUB_ENV
289+ echo "LLVM_CONFIG=${brew_opt_dir} /llvm/bin/llvm-config" | tee -a $GITHUB_ENV
288290
289291 - name : Build (MacOS)
290292 if : ${{ startsWith(matrix.id, 'macos-') }}
You can’t perform that action at this time.
0 commit comments