Skip to content

Commit

Permalink
Issue TBD54566975#94: Try setting OPENSSL_DIR for x86_64 MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ALRubinger committed Jul 29, 2024
1 parent b69dedd commit dd6adf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-issue-94.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,10 @@ jobs:
run: |
brew install [email protected] pkg-config
which openssl
openssl version
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> /Users/runner/.bash_profile
export OPENSSL_DIR="-L/usr/local/opt/[email protected]"
source /Users/runner/.bash_profile
export OPENSSL_DIR="/usr/local/opt/[email protected]"
export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
export CPPFLAGS="-I/usr/local/opt/[email protected]/include"
export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig"
Expand Down

0 comments on commit dd6adf5

Please sign in to comment.