install toml_serialization in github action script

This commit is contained in:
jangko 2021-03-09 11:56:49 +07:00 committed by andri lim
parent 3c1591119e
commit b2577c2b8b
1 changed files with 2 additions and 0 deletions

View File

@ -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