From 02ff0aa733c58eee3d8d05a5b2ba45e871370e58 Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Tue, 1 Jun 2021 07:59:21 +0700 Subject: [PATCH] Checkout submodule --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c25a3f..3b11ab2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,8 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v2 + with: + submodules: recursive - uses: iffy/install-nim@v3.2.0 with: version: ${{ matrix.nimversion }}