Skip to content

Commit 1cf145d

Browse files
fxlianglotem
authored andcommitted
ci(macos-13): use system llvm
1 parent 72a5841 commit 1cf145d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/macos-build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,8 @@ jobs:
3535

3636
- name: Configure build environment
3737
run: |
38-
brew install llvm ninja
38+
brew install ninja
3939
echo "CMAKE_GENERATOR=Ninja" >> $GITHUB_ENV
40-
echo "/usr/local/opt/llvm/bin" >> $GITHUB_PATH
4140
echo git_ref_name="$(git describe --always)" >> $GITHUB_ENV
4241
4342
- name: Configure build variant

0 commit comments

Comments
 (0)