mirror of
https://github.com/status-im/nim-stew.git
synced 2025-02-10 19:16:37 +00:00
Install the Nimble dependencies
This commit is contained in:
parent
abd6f38f94
commit
8886bb9595
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user