From 37a720be062b64a2a22263928559eeefc4442e34 Mon Sep 17 00:00:00 2001 From: sharkdp Date: Sun, 2 Aug 2020 17:30:37 +0200 Subject: [PATCH] Use recursive checkout --- .github/workflows/CICD.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 577b9a18..940f6ce0 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -31,6 +31,8 @@ jobs: steps: - name: Git checkout uses: actions/checkout@v1 + with: + submodules: true # we need all syntax and theme submodules - name: Install Rust toolchain uses: actions-rs/toolchain@v1 with: