Skip to content

Commit 8456b3f

Browse files
authored
CI: update nasm to latest version
1 parent 9f4abcc commit 8456b3f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,16 @@ jobs:
2424
- name: Add MSVC to PATH
2525
uses: ilammy/msvc-dev-cmd@v1
2626

27-
- name: Set up nasm
27+
- name: Set up NASM
2828
uses: ilammy/setup-nasm@v1
2929
with:
30-
version: 2.16.01
30+
version: 2.16.03
3131

3232
- name: Build
3333
run: CALL "build.bat"
3434
shell: cmd
3535

36-
- name: Set Version variable
36+
- name: Set version variable
3737
run: echo "JPEGOPTIM_VER=$(git describe --tags --long)" >> $GITHUB_ENV
3838
shell: bash
3939

0 commit comments

Comments
 (0)