Skip to content

Commit a37d594

Browse files
committed
Again
1 parent c06cced commit a37d594

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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)/lib" >> $GITHUB_ENV
71+
echo "LIBCLANG_PATH=$(brew --prefix llvm@18)/bin" >> $GITHUB_ENV
7272
7373
- name: Setup PHP
7474
uses: shivammathur/setup-php@v2

phper-sys/build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ fn main() {
4848
.blocklist_function("zend_startup")
4949
// Block the `zend_random_bytes_insecure` because it fails checks.
5050
.blocklist_item("zend_random_bytes_insecure")
51-
.clang_arg("-D__ARM_NEON=0")
5251
.clang_args(&includes)
5352
.derive_default(true);
5453

0 commit comments

Comments
 (0)