Nimble version check

This commit is contained in:
Roman 2023-11-11 09:34:42 +08:00
parent 330b00b2ce
commit 066d296e40
1 changed files with 2 additions and 1 deletions

View File

@ -83,6 +83,7 @@ jobs:
- name: Upgrade Nimble
run: |
nimble install nimble@0.14.2 -y
nimble --version
- name: Install deps
run: |
@ -92,5 +93,5 @@ jobs:
run: |
nim --version
nimble --version
NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test
#NIMFLAGS="${NIMFLAGS} --mm:refc --verbosity:3" nimble test