cron.yml: show Nim version
This commit is contained in:
parent
f0f9735955
commit
67ab477a27
|
@ -159,6 +159,7 @@ jobs:
|
||||||
- name: Build Nim and Nimbus dependencies
|
- name: Build Nim and Nimbus dependencies
|
||||||
run: |
|
run: |
|
||||||
make -j ${ncpu} NIM_COMMIT=${{ matrix.branch }} ARCH_OVERRIDE=${PLATFORM} QUICK_AND_DIRTY_COMPILER=1 update
|
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
|
- name: Get latest fixtures commit hash
|
||||||
id: fixtures_version
|
id: fixtures_version
|
||||||
|
|
Loading…
Reference in New Issue