diff --git a/.github/workflows/container-image.yml b/.github/workflows/container-image.yml index 99cee0302..f0e6d4d0e 100644 --- a/.github/workflows/container-image.yml +++ b/.github/workflows/container-image.yml @@ -66,7 +66,7 @@ jobs: if: ${{ steps.secrets.outcome == 'success' }} run: | - make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 NIMFLAGS="-d:disableMarchNative -d:postgres" wakunode2 + make -j${NPROC} V=1 QUICK_AND_DIRTY_COMPILER=1 NIMFLAGS="-d:disableMarchNative -d:postgres -d:chronicles_colors:none" wakunode2 SHORT_REF=$(git rev-parse --short HEAD)