Skip to content

Commit

Permalink
try fix ci for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tihmstar committed Jul 26, 2024
1 parent ac4d161 commit 63c40d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
brew install openssl
cd $(brew --prefix openssl)
sudo mkdir -p /usr/local/lib/pkgconfig/
sudo cp -r lib/pkgconfig/* /usr/local/lib/pkgconfig/
IFS=',' read -r -a deparray <<< "$MAC_DYNAMIC_LIBS"; for d in ${deparray[@]}; do
Expand Down

0 comments on commit 63c40d8

Please sign in to comment.