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 9feeb15 commit 2f91f0dCopy full SHA for 2f91f0d
.github/workflows/macos.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
export SDKROOT="`xcrun --show-sdk-path`"
58
brew update
59
- brew install $(cat scripts/docs/en/deps/macos.md)
+ brew install --force $(cat scripts/docs/en/deps/macos.md)
60
brew install clang-format
61
brew install lld
62
brew install [email protected]
0 commit comments