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.
2 parents 78937c9 + 9030a0c commit 9982e42Copy full SHA for 9982e42
.github/workflows/push.yml
@@ -171,8 +171,10 @@ jobs:
171
include:
172
- x64: true
173
zts: false
174
+ opcache: true
175
- x64: false
176
zts: true
177
+ opcache: false
178
name: "WINDOWS_${{ matrix.x64 && 'X64' || 'X86' }}_${{ matrix.zts && 'ZTS' || 'NTS' }}"
179
runs-on: windows-2019
180
env:
@@ -185,6 +187,7 @@ jobs:
185
187
THREAD_SAFE: "${{ matrix.zts && '1' || '0' }}"
186
188
INTRINSICS: "${{ matrix.zts && 'AVX2' || '' }}"
189
PARALLEL: -j2
190
+ OPCACHE: "${{ matrix.opcache && '1' || '0' }}"
191
steps:
192
- name: git config
193
run: git config --global core.autocrlf false && git config --global core.eol lf
0 commit comments