Skip to content

Commit 171bbbf

Browse files
MiKomseanharmer
authored andcommitted
Add workaround for GitHub Actions issue on macOS
See: actions/runner-images#12912
1 parent 1b04e04 commit 171bbbf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-external.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333

3434
- name: Install dependencies
3535
run: |
36+
(brew list cmake > /dev/null && brew uninstall cmake) # Workaround for https://github.com/actions/runner-images/issues/12912
37+
# We remove the pinned CMake if it's installed so commands below can succeed
38+
# TODO: remove when not needed anymore
3639
brew tap KDAB/tap
3740
brew install fmt spdlog KDBindings mosquitto
3841

0 commit comments

Comments
 (0)