enable submodule checkout in CI workflows

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
João Moreno
2026-03-20 11:43:35 +01:00
parent 491351d72a
commit 4a530e277b
5 changed files with 10 additions and 0 deletions

View File

@@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout microsoft/vscode
uses: actions/checkout@v6
with:
submodules: true
- name: Install Rust
run: |