This commit is contained in:
Dmitriy Ryajov 2023-06-26 19:36:35 -06:00
parent 1753790bfa
commit 64133fc66e
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4

View File

@ -160,6 +160,6 @@ jobs:
# https://github.com/status-im/nimbus-eth2/issues/3121
export NIMFLAGS="-d:nimRawSetjmp"
fi
"NIM_COMMIT=${{ matrix.branch }}"
export NIM_COMMIT=${{ matrix.branch }}
make -j${ncpu} CI_CACHE=NimBinaries ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
make test -j${ncpu}