From e1fa0867b79b85d7190052ef877e4ecba2e02ea1 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Wed, 22 Mar 2023 14:23:08 +0100 Subject: [PATCH] Check out submodules in CI workflow --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 476384e..dc69d7b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -11,6 +11,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v3 + with: + submodules: true - name: Install Rust uses: dtolnay/rust-toolchain@stable