Skip to content

Commit d9dd0c4

Browse files
committed
Make: Reinstall cmake on new macOS
1 parent f9349fb commit d9dd0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
- name: Build C/C++
121121
run: |
122122
brew update
123-
brew install cmake
123+
brew reinstall cmake
124124
cmake -B build_artifacts -D CMAKE_BUILD_TYPE=RelWithDebInfo
125125
cmake --build build_artifacts --config RelWithDebInfo
126126
- name: Test C++

0 commit comments

Comments
 (0)