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 9f4abcc commit 8456b3fCopy full SHA for 8456b3f
1 file changed
.github/workflows/ci.yml
@@ -24,16 +24,16 @@ jobs:
24
- name: Add MSVC to PATH
25
uses: ilammy/msvc-dev-cmd@v1
26
27
- - name: Set up nasm
+ - name: Set up NASM
28
uses: ilammy/setup-nasm@v1
29
with:
30
- version: 2.16.01
+ version: 2.16.03
31
32
- name: Build
33
run: CALL "build.bat"
34
shell: cmd
35
36
- - name: Set Version variable
+ - name: Set version variable
37
run: echo "JPEGOPTIM_VER=$(git describe --tags --long)" >> $GITHUB_ENV
38
shell: bash
39
0 commit comments