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

CI: Windows: leave for now

This commit is contained in:
gitlost
2025-09-16 11:41:54 +01:00
parent 55e89ae01f
commit 5cb193dce5

View File

@@ -111,10 +111,6 @@ 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