mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-18 15:55:59 +01:00
enable submodule checkout in CI workflows
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2
.github/workflows/pr-linux-cli-test.yml
vendored
2
.github/workflows/pr-linux-cli-test.yml
vendored
@@ -17,6 +17,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout microsoft/vscode
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Install Rust
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user