Skip to content

Commit 13bb59c

Browse files
luoliwoshangdeadprogram
authored andcommitted
ci:uninstall cmake before install
1 parent 632e5f9 commit 13bb59c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ jobs:
7979
rm -rf llvm-project
8080
make llvm-source
8181
# install dependencies
82+
brew uninstall cmake || true
8283
HOMEBREW_NO_AUTO_UPDATE=1 brew install cmake ninja
8384
# build!
8485
make llvm-build

0 commit comments

Comments
 (0)