fix gh actions macos builder (#5774)

This commit is contained in:
pajlada
2024-12-21 13:20:45 +01:00
committed by GitHub
parent a540770ce2
commit 3c17f86158
3 changed files with 11 additions and 2 deletions
+5 -1
View File
@@ -57,7 +57,11 @@ jobs:
- name: Install dependencies
run: |
brew install boost openssl rapidjson p7zip create-dmg cmake
brew install openssl rapidjson p7zip create-dmg cmake
brew tap-new gh/local-boost
brew tap homebrew/core --force
brew extract --version=1.86.0 boost gh/local-boost
brew install boost@1.86.0
- name: Install httpbox
run: |