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 18087ec commit e90afbcCopy full SHA for e90afbc
.github/workflows/ci.yml
@@ -64,12 +64,6 @@ jobs:
64
if: matrix.os == 'ubuntu-24.04'
65
run: sudo apt-get update && sudo apt-get install -y llvm-18-dev libclang-18-dev
66
67
- - name: Setup libclang for Macos
68
- if: matrix.os == 'macos-14'
69
- run: |
70
- brew install llvm@18
71
- echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/lib" >> $GITHUB_ENV
72
-
73
- name: Setup PHP
74
uses: shivammathur/setup-php@v2
75
with:
0 commit comments