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 bc7188f commit 80eddf1Copy full SHA for 80eddf1
.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