We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 475ccf2 + 6f11539 commit 929a663Copy full SHA for 929a663
1 file changed
.github/workflows/pika.yml
@@ -153,6 +153,7 @@ jobs:
153
154
- name: Install Deps
155
run: |
156
+ brew list --versions cmake && brew uninstall --ignore-dependencies --force cmake || true
157
brew install gcc@10 automake cmake make binutils
158
159
- name: Configure CMake
0 commit comments