Skip to content

Commit

Permalink
ci: fix it again (#294)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz authored Jan 22, 2025
1 parent 319c841 commit 5c6cca0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .CI/SetupHomebrewDeps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ do
done

echo "Relinking boost libraries"
c2-make-universal-dylib lib/libboost_random-mt.dylib
c2-make-universal-dylib lib/libboost_random.dylib

echo "Relinking OpenSSL 3 libcrypto"
c2-make-universal-dylib lib/libcrypto.dylib
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ jobs:
if: startsWith(matrix.os, 'macos')
run: |
# binary dependencies
./.CI/SetupHomebrewDeps.sh openssl@3 boost
./.CI/SetupHomebrewDeps.sh boost openssl@3
# build and header-only dependencies
brew install rapidjson p7zip create-dmg cmake tree
shell: bash
Expand Down

0 comments on commit 5c6cca0

Please sign in to comment.