fix(ci): install nimble dependencies before compiling
This commit is contained in:
@@ -17,6 +17,9 @@ jobs:
|
||||
with:
|
||||
nim-version: '2.2.10'
|
||||
|
||||
- name: Install dependencies
|
||||
run: nimble install -y
|
||||
|
||||
- name: Run tests
|
||||
run: nim c -d:ssl --path:src -r tests/test_all.nim
|
||||
|
||||
|
||||
Reference in New Issue
Block a user