Skip to content

Commit

Permalink
CI: update nasm to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Feb 13, 2025
1 parent 9f4abcc commit 8456b3f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,16 @@ jobs:
- name: Add MSVC to PATH
uses: ilammy/msvc-dev-cmd@v1

- name: Set up nasm
- name: Set up NASM
uses: ilammy/setup-nasm@v1
with:
version: 2.16.01
version: 2.16.03

- name: Build
run: CALL "build.bat"
shell: cmd

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

Expand Down

0 comments on commit 8456b3f

Please sign in to comment.