Skip to content

Commit 98d9035

Browse files
committed
AppVeyor: update to nasm 2.15.05.
1 parent 03609b9 commit 98d9035

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ clone_depth: 5
77

88
install: |
99
git submodule update --init --recursive
10-
set NASM_VER=2.14.02
10+
set NASM_VER=2.15.05
1111
set NASM_FNAME_FULL=nasm-%NASM_VER%-win64
1212
set NASM_FNAME=nasm-%NASM_VER%
1313
set NASM_URL=https://www.nasm.us/pub/nasm/releasebuilds/%NASM_VER%/win64/%NASM_FNAME_FULL%.zip

0 commit comments

Comments
 (0)