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

github: macos: forget it

This commit is contained in:
gitlost
2025-09-12 05:17:14 +01:00
parent 95be8d1ae9
commit 7bccfc4915

View File

@@ -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