From 2ec081f12791a3f26e0c70d5f329b87b82b9dc53 Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Fri, 19 Jan 2024 14:46:13 -0600 Subject: [PATCH] checkout submodules --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 12a81fb..89d8588 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,8 @@ jobs: nim: [stable, 1.6.16, 1.4.8, 1.2.18] steps: - uses: actions/checkout@v2 + with: + submodules: 'true' - uses: iffy/install-nim@v3 with: version: ${{ matrix.nim }}