Skip to content

Commit 9576300

Browse files
committed
[skip ci] Fix MSAN configure flags for PHP-8.0
1 parent 6bb0b70 commit 9576300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ jobs:
431431
--enable-memory-sanitizer \
432432
--with-config-file-path=/etc \
433433
--with-config-file-scan-dir=/etc/php.d \
434-
${{ matrix.branch.ref != 'PHP-8.0' && '--enable-dl-test=shared' }}
434+
${{ matrix.branch.ref != 'PHP-8.0' && '--enable-dl-test=shared' || '' }}
435435
- name: make
436436
run: make -j$(/usr/bin/nproc) >/dev/null
437437
- name: make install

0 commit comments

Comments
 (0)