We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2922d67 commit 6b88473Copy full SHA for 6b88473
.github/workflows/push.yml
@@ -162,8 +162,10 @@ jobs:
162
include:
163
- x64: true
164
zts: false
165
+ opcache: true
166
- x64: false
167
zts: true
168
+ opcache: false
169
name: "WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
170
runs-on: windows-2019
171
env:
@@ -176,6 +178,7 @@ jobs:
176
178
THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
177
179
INTRINSICS: "${{ matrix.zts && 'AVX2' || '' }}"
180
PARALLEL: -j2
181
+ OPCACHE: "${{ matrix.opcache && '1' || '0' }}"
182
steps:
183
- name: git config
184
run: git config --global core.autocrlf false && git config --global core.eol lf
0 commit comments