Install the Nimble dependencies

This commit is contained in:
Zahary Karadjov 2022-07-03 14:36:45 +03:00
parent abd6f38f94
commit 8886bb9595
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609
1 changed files with 2 additions and 0 deletions

View File

@ -155,6 +155,7 @@ jobs:
fi
nim --version
nimble --version
nimble install -y --depsOnly
env TEST_LANG=c nimble test
env TEST_LANG=cpp nimble test
@ -173,5 +174,6 @@ jobs:
- name: Test using VCC
if: runner.os == 'Windows'
run: |
export NIMFLAGS="-d:nimRawSetjmp"
env TEST_LANG=c nimble testvcc
env TEST_LANG=cpp nimble testvcc