From 4901036c2e526326faf1d6daf823dcd01dc6bc2d Mon Sep 17 00:00:00 2001 From: gitlost Date: Wed, 17 Sep 2025 01:07:36 +0100 Subject: [PATCH] CI: Windows: GS1 Syntax Engine cmake --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd344314..ba4a37a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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