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.
1 parent 6fe5f04 commit d5df3c4Copy full SHA for d5df3c4
1 file changed
.appveyor.yml
@@ -7,7 +7,7 @@ clone_depth: 5
7
8
install:
9
- git submodule update --init --recursive
10
- - set NASM_VER=2.14
+ - set NASM_VER=2.14.02
11
- set NASM_FNAME_FULL=nasm-%NASM_VER%-win64
12
- set NASM_FNAME=nasm-%NASM_VER%
13
- set NASM_URL=https://www.nasm.us/pub/nasm/releasebuilds/%NASM_VER%/win64/%NASM_FNAME_FULL%.zip
0 commit comments