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)