We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6544f commit 2706ae3Copy full SHA for 2706ae3
1 file changed
.github/workflows/emuavx.yml
@@ -334,6 +334,7 @@ jobs:
334
- name: Build JE (Windows no pyxes)
335
shell: cmd
336
env:
337
+ NASM: ${{github.workspace}}\openssl-asm\nasm
338
USE_PYXES: 0
339
USE_EMU_AVX: 1
340
_DEBUG: 0
@@ -366,6 +367,7 @@ jobs:
366
367
- name: Build JE (Windows no emu)
368
369
370
371
USE_PYXES: 1
372
USE_EMU_AVX: 0
373
@@ -398,6 +400,7 @@ jobs:
398
400
- name: Build JE (Windows no pyxes/emu)
399
401
402
403
404
405
406
0 commit comments