From 4397988eb52c378a8b6df11f515315991bdd3469 Mon Sep 17 00:00:00 2001 From: jangko Date: Thu, 24 Dec 2020 12:50:59 +0700 Subject: [PATCH] fixes nimble dependencies in github action script --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4166921..e64fdd5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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