Try new version

This commit is contained in:
Tanguy 2023-05-10 11:53:32 +02:00
parent e33b8ce724
commit 7d5da35632
No known key found for this signature in database
GPG Key ID: 7DD8EC6B6CE6C45E

View File

@ -125,7 +125,7 @@ runs:
run: |
# We don't want partial matches of the cache restored
rm -rf nim
curl -O -L -s -S https://raw.githubusercontent.com/status-im/nimbus-build-system/master/scripts/build_nim.sh
curl -O -L -s -S https://raw.githubusercontent.com/status-im/nimbus-build-system/usetoolchain/scripts/build_nim.sh
env V=1 MAKE="${MAKE_CMD} -j${ncpu}" ARCH_OVERRIDE=${PLATFORM} NIM_COMMIT=${{ inputs.nim_branch }} \
QUICK_AND_DIRTY_COMPILER=1 QUICK_AND_DIRTY_NIMBLE=1 CC=gcc \
bash build_nim.sh nim csources dist/nimble NimBinaries