We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c0533 commit a3a1858Copy full SHA for a3a1858
1 file changed
.github/workflows/jsource.yml
@@ -1103,7 +1103,7 @@ jobs:
1103
- name: Build JE (Windows)
1104
shell: cmd
1105
env:
1106
- NASM: ${{github.workspace}}/openssl-asm/nasm
+ NASM: ${{github.workspace}}\openssl-asm\nasm
1107
USE_PYXES: 1
1108
USE_EMU_AVX: 1
1109
run: |
@@ -1153,7 +1153,7 @@ jobs:
1153
- name: Build JE (Windows 32)
1154
1155
1156
1157
USE_PYXES: 0
1158
USE_EMU_AVX: 0
1159
0 commit comments