From f2d6dd92c8122c58a457d8c9e4dbddccfa5e2378 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Sat, 11 Oct 2025 05:08:05 +0200 Subject: [PATCH] CI --- .github/workflows/artifacts.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index 763bb82..b59d94f 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -77,8 +77,7 @@ jobs: pacman -Sy --noconfirm make git config --global core.symlinks false make update - CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_BUILD_TYPE=Release\""' make libcodex - # CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -G \\\"Unix Makefiles\\\" -DCMAKE_BUILD_TYPE=Release\""' make libcodex + CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="\"-DCMAKE_POSITION_INDEPENDENT_CODE=ON -G \\\"Unix Makefiles\\\" -DCMAKE_BUILD_TYPE=Release\""' make libcodex - name: Package artifacts (Linux/macOS) if: matrix.os != 'windows-latest'