Skip to content

Commit 2706ae3

Browse files
committed
emuavx.yml
1 parent 7e6544f commit 2706ae3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/emuavx.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ jobs:
334334
- name: Build JE (Windows no pyxes)
335335
shell: cmd
336336
env:
337+
NASM: ${{github.workspace}}\openssl-asm\nasm
337338
USE_PYXES: 0
338339
USE_EMU_AVX: 1
339340
_DEBUG: 0
@@ -366,6 +367,7 @@ jobs:
366367
- name: Build JE (Windows no emu)
367368
shell: cmd
368369
env:
370+
NASM: ${{github.workspace}}\openssl-asm\nasm
369371
USE_PYXES: 1
370372
USE_EMU_AVX: 0
371373
_DEBUG: 0
@@ -398,6 +400,7 @@ jobs:
398400
- name: Build JE (Windows no pyxes/emu)
399401
shell: cmd
400402
env:
403+
NASM: ${{github.workspace}}\openssl-asm\nasm
401404
USE_PYXES: 0
402405
USE_EMU_AVX: 0
403406
_DEBUG: 0

0 commit comments

Comments
 (0)