Skip to content

Commit a3a1858

Browse files
committed
nasm
1 parent 78c0533 commit a3a1858

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/jsource.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,7 +1103,7 @@ jobs:
11031103
- name: Build JE (Windows)
11041104
shell: cmd
11051105
env:
1106-
NASM: ${{github.workspace}}/openssl-asm/nasm
1106+
NASM: ${{github.workspace}}\openssl-asm\nasm
11071107
USE_PYXES: 1
11081108
USE_EMU_AVX: 1
11091109
run: |
@@ -1153,7 +1153,7 @@ jobs:
11531153
- name: Build JE (Windows 32)
11541154
shell: cmd
11551155
env:
1156-
NASM: ${{github.workspace}}/openssl-asm/nasm
1156+
NASM: ${{github.workspace}}\openssl-asm\nasm
11571157
USE_PYXES: 0
11581158
USE_EMU_AVX: 0
11591159
run: |

0 commit comments

Comments
 (0)