We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b04e04 commit 171bbbfCopy full SHA for 171bbbf
.github/workflows/build-external.yml
@@ -33,6 +33,9 @@ jobs:
33
34
- name: Install dependencies
35
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
39
brew tap KDAB/tap
40
brew install fmt spdlog KDBindings mosquitto
41
0 commit comments