From 7bccfc4915585a7044d4330b34dc80631d87ea0d Mon Sep 17 00:00:00 2001 From: gitlost Date: Fri, 12 Sep 2025 05:17:14 +0100 Subject: [PATCH] github: macos: forget it --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7100ec1a..ee9fd44d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -161,9 +161,6 @@ jobs: shell: bash run: git config --global --add safe.directory ${GITHUB_WORKSPACE} && cmake -E make_directory build - - name: Install GS1 Syntax Engine - run: git clone https://github.com/gs1/gs1-syntax-engine && cd gs1-syntax-engine/src/c-lib && make CFLAGS_G='-DEXCLUDE_SYNTAX_DICTIONARY_LOADER' lib && (sudo make install || true) - - name: Configure CMake working-directory: build shell: bash