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: |
|
||||
|
||||
@@ -118,6 +118,7 @@
|
||||
- Dev: Added an explicit `frozen` flag to `Message`. (#6367)
|
||||
- Dev: Stop sending `JOIN`/`PART` commands for channels starting with `/`. (#6376)
|
||||
- Dev: Error handlers for Sol check functions now take a function reference over an owning type. (#6393)
|
||||
- Dev: Fix macOS CI build issues. (#6430)
|
||||
|
||||
## 2.5.3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user