install toml_serialization in github action script
This commit is contained in:
parent
3c1591119e
commit
b2577c2b8b
|
@ -183,4 +183,6 @@ jobs:
|
|||
working-directory: nim-graphql
|
||||
run: |
|
||||
nimble install -y --depsOnly
|
||||
# toml_serialization is a test suite dependency
|
||||
nimble install -y toml_serialization
|
||||
env TEST_LANG="${{ matrix.target.TEST_LANG }}" nimble test
|
||||
|
|
Loading…
Reference in New Issue