Skip to content

Commit 1101074

Browse files
committed
Remove pre-existing CMake from runners to fix broken pin
1 parent d5aa18a commit 1101074

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-macos-arm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
- name: Install Dependencies
2929
run: |
30+
brew uninstall cmake
3031
brew install \
3132
pkg-config \
3233
libsigc++@2 \

.github/workflows/build-macos-intel.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727

2828
- name: Install Dependencies
2929
run: |
30+
brew uninstall cmake
3031
brew install --force --overwrite \
3132
pkg-config \
3233
libsigc++@2 \

0 commit comments

Comments
 (0)