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