1
0
mirror of https://git.code.sf.net/p/zint/code synced 2025-12-18 02:17:06 +00:00

CI: Windows: try installing zlib

This commit is contained in:
gitlost
2025-09-16 11:04:36 +01:00
parent 5138d0703c
commit 55e89ae01f
6 changed files with 15 additions and 13 deletions

View File

@@ -111,6 +111,10 @@ jobs:
shell: bash
run: git config --global --add safe.directory ${GITHUB_WORKSPACE} && cmake -E make_directory build
- name: Install zlib
shell: bash
run: git clone https://github.com/madler/zlib.git zlib && cd zlib && nmake -f win32\Makefile.msc
- name: Configure CMake
working-directory: build
shell: bash