Skip to content

Commit 7b2b96f

Browse files
committed
Fix CI
1 parent 73306cf commit 7b2b96f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
if: matrix.os == 'macos-14'
6969
run: |
7070
brew install llvm@18
71-
echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/bin" >> $GITHUB_ENV
71+
echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
7272
7373
- name: Setup PHP
7474
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)