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 03609b9 commit 98d9035Copy full SHA for 98d9035
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.02
+ set NASM_VER=2.15.05
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