From 67ab477a27e358d605e99bffeb67f98d18218eca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Wed, 15 Dec 2021 20:43:17 +0100 Subject: [PATCH] cron.yml: show Nim version --- .github/workflows/cron.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index 23c51ac17..605f27d7b 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -159,6 +159,7 @@ jobs: - name: Build Nim and Nimbus dependencies run: | make -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update + ./env.sh nim --version - name: Get latest fixtures commit hash id: fixtures_version