Skip to content

Commit

Permalink
Update macOS build step to unlink [email protected] before linking openssl@3
Browse files Browse the repository at this point in the history
  • Loading branch information
vitobotta committed Jan 25, 2025
1 parent 866af83 commit 3b4574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
run: |
brew install libssh2 openssl@3 pkg-config
brew unlink libssh2 && brew link libssh2
brew unlink openssl@3 && brew link openssl@3
brew unlink openssl@1.1 && brew unlink openssl@3 && brew link openssl@3
brew unlink pkg-config && brew link pkg-config
shards install --without-development
Expand Down

0 comments on commit 3b4574b

Please sign in to comment.