Skip to content

Commit 28d6e9b

Browse files
committed
typo
1 parent 68d7e25 commit 28d6e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
--${{ matrix.debug && 'enable' || 'disable' }}-debug
115115
--${{ matrix.zts && 'enable' || 'disable' }}-zts
116116
${{ matrix.asan && 'CFLAGS="-fsanitize=undefined,address -fno-sanitize=function -DZEND_TRACK_ARENA_ALLOC" LDFLAGS="-fsanitize=undefined,address -fno-sanitize=function" CC=clang CXX=clang++ --disable-opcache-jit' || '' }}
117-
${{ matrix.debug && 'enable' && 'CXXFLAGS="-D_GLIBCXX_ASSERTIONS"' }}
117+
${{ matrix.debug && 'CXXFLAGS="-D_GLIBCXX_ASSERTIONS"' }}
118118
skipSlow: ${{ matrix.asan }}
119119
- name: make
120120
run: make -j$(/usr/bin/nproc) >/dev/null

0 commit comments

Comments
 (0)