ci(macos): use locally installed version of cmake (#6430)
This commit is contained in:
@@ -285,7 +285,8 @@ jobs:
|
||||
- name: Install dependencies (MacOS)
|
||||
if: startsWith(matrix.os, 'macos')
|
||||
run: |
|
||||
brew install openssl rapidjson p7zip create-dmg cmake tree boost
|
||||
# brew install openssl rapidjson p7zip create-dmg cmake tree boost
|
||||
brew install openssl rapidjson p7zip create-dmg tree boost
|
||||
shell: bash
|
||||
|
||||
- name: Build (MacOS)
|
||||
|
||||
@@ -45,7 +45,8 @@ jobs:
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
brew install openssl rapidjson p7zip create-dmg cmake boost
|
||||
# brew install openssl rapidjson p7zip create-dmg cmake boost
|
||||
brew install openssl rapidjson p7zip create-dmg boost
|
||||
|
||||
- name: Install httpbox
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user