Skip to content

Commit d16d138

Browse files
authored
Update macos.yml
1 parent f9fefef commit d16d138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macos.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ jobs:
5656
run: |
5757
export SDKROOT="`xcrun --show-sdk-path`"
5858
brew update
59-
brew install --force $(cat scripts/docs/en/deps/macos.md)
59+
brew uninstall cmake # workaround for `Error: cmake was installed from the local/pinned tap`
60+
brew install $(cat scripts/docs/en/deps/macos.md)
6061
brew install clang-format
6162
brew install lld
6263
brew install [email protected]

0 commit comments

Comments
 (0)