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: