From e389d93e882a0e3590db19bf212145ace8ad5f38 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 10 Oct 2025 08:39:14 +0200 Subject: [PATCH] Add QUICK_AND_DIRTY_COMPILER --- .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 ea5d7e5..d463002 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -93,7 +93,7 @@ jobs: run: | pacman -Sy --noconfirm make git config --global core.symlinks false - make update + make QUICK_AND_DIRTY_COMPILER=1 update make libcodex - name: Package artifacts (Linux/macOS)