We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d233281 commit 612245cCopy full SHA for 612245c
.github/workflows/macos-cmake.yml
@@ -280,13 +280,9 @@ jobs:
280
# Tap the local repository
281
brew tap user/homebrew-tap "${{runner.temp}}/user/homebrew-tap"
282
283
- # Install CMake from the local tap
+ # Uninstall existing CMake and install CMake from the local tap
284
+ brew uninstall cmake
285
brew install --build-from-source user/homebrew-tap/cmake
-
286
- # Clean up the tap
287
- brew untap user/homebrew-tap
288
- cd "${{runner.temp}}"
289
- rm -rf user
290
- name: Download and Install sccache
291
if: ${{ inputs.sccache-mode != 'DISABLED' }}
292
working-directory: "${{runner.temp}}"
0 commit comments