From 1b251264a61e7b29a339cba9defee3e9c22758c3 Mon Sep 17 00:00:00 2001 From: Samantaz Fox Date: Thu, 2 Jun 2022 23:28:43 +0200 Subject: [PATCH] Pull submodules during CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6107e260..bc80c75c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,6 +47,8 @@ jobs: steps: - uses: actions/checkout@v3 + with: + submodules: true - name: Install Crystal uses: crystal-lang/install-crystal@v1.6.0