From a4ba7e8b595f9923301402c319ac95e86bbbb808 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 10 Oct 2025 09:33:27 +0200 Subject: [PATCH] CI --- .github/workflows/artifacts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index d463002..b1cce30 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -94,7 +94,7 @@ jobs: pacman -Sy --noconfirm make git config --global core.symlinks false make QUICK_AND_DIRTY_COMPILER=1 update - make libcodex + CODEX_LIB_PARAMS='-d:LeopardCmakeFlags="-G \"Unix Makefiles\""' make libcodex - name: Package artifacts (Linux/macOS) if: matrix.os != 'windows-latest'