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 73306cf commit 7b2b96fCopy full SHA for 7b2b96f
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
if: matrix.os == 'macos-14'
69
run: |
70
brew install llvm@18
71
- echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/bin" >> $GITHUB_ENV
+ echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
72
73
- name: Setup PHP
74
uses: shivammathur/setup-php@v2
0 commit comments