From 5e4687a90d0e627ea6248a6f0579d2801568dfd1 Mon Sep 17 00:00:00 2001 From: Yota Toyama Date: Sat, 28 Nov 2020 04:49:14 +0000 Subject: [PATCH] Check out submodules --- .github/workflows/test.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 8563c4b..e4252f4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,6 +6,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: true - uses: actions-rs/toolchain@v1 - uses: actions-rs/cargo@v1 with: