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

CI: Windows: GS1 Syntax Engine cmake

This commit is contained in:
gitlost
2025-09-17 01:07:36 +01:00
parent 40379fb093
commit 4901036c2e

View File

@@ -132,7 +132,7 @@ jobs:
- name: Install GS1 Syntax Engine
run: |
git clone --depth=1 https://github.com/gitlost/gs1-syntax-engine && cd gs1-syntax-engine/src/c-lib
cmake WIN32 -B build -A Win32
cmake -B build -A Win32
cmake --build build --config $BUILD_TYPE
cmake -E rename build/$BUILD_TYPE/gs1encoders.lib gs1encoders.lib