Skip to content

Commit

Permalink
Install openssl 10
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Fabizhevskyi committed May 1, 2024
1 parent 828f129 commit 69d73e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
run: |
sw_vers -productVersion
which openssl
ls -la /opt/homebrew/Cellar/
ls -la /opt/homebrew/Cellar/[email protected]
sudo ln -sfn /opt/homebrew/Cellar/[email protected]/1.0.2t/lib /usr/local/opt/[email protected]/lib
echo "LDFLAGS=\"-L/opt/homebrew/Cellar/[email protected]/1.0.2t/lib\"" >> "$GITHUB_ENV"
echo "CPPFLAGS=\"-I/opt/homebrew/Cellar/[email protected]/include\"" >> "$GITHUB_ENV"
Expand Down

0 comments on commit 69d73e1

Please sign in to comment.