fixes nimble dependencies in github action script
This commit is contained in:
parent
3db6911e53
commit
4397988eb5
|
@ -183,4 +183,5 @@ jobs:
|
|||
working-directory: nim-confutils
|
||||
run: |
|
||||
nimble install -y --depsOnly
|
||||
nimble install -y toml_serialization json_serialization
|
||||
env TEST_LANG="${{ matrix.target.TEST_LANG }}" nimble test
|
||||
|
|
Loading…
Reference in New Issue