Skip to content

Commit

Permalink
Install the Nimble dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Jul 3, 2022
1 parent abd6f38 commit 8886bb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 8886bb9

Please sign in to comment.