Skip to content

Commit

Permalink
fix: force
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Oct 29, 2024
1 parent 2091ca5 commit cc2a11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/install-dependency-packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ case $runner in
brew unlink gcc
brew link gcc
brew unlink sqlite
brew link sqlite
brew link --force sqlite
### kluge ssl linker issue (see, e.g., https://github.com/brianmario/mysql2/issues/795)
echo "LIBRARY_PATH=${LIBRARY_PATH:+${LIBRARY_PATH}:}$(pkg-config libssl --variable libdir)" | tee -a $GITHUB_ENV
;;
Expand Down

0 comments on commit cc2a11c

Please sign in to comment.