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 632e5f9 commit 13bb59cCopy full SHA for 13bb59c
.github/workflows/build-macos.yml
@@ -79,6 +79,7 @@ jobs:
79
rm -rf llvm-project
80
make llvm-source
81
# install dependencies
82
+ brew uninstall cmake || true
83
HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake ninja
84
# build!
85
make llvm-build
0 commit comments