Skip to content

Commit 8da9dd3

Browse files
committed
install llvm 增加条件
1 parent cf85c3b commit 8da9dd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- uses: actions/checkout@v4
4545

4646
- name: Install llvm
47-
if: matrix.stage == 'llvm'
47+
if: ${{ matrix.stage == 'llvm' && matrix.os != 'macos-14' }}
4848
uses: KyleMayes/install-llvm-action@v2
4949
with:
5050
version: "16.0"

0 commit comments

Comments
 (0)