mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-20 00:28:52 +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-test.yml
vendored
2
.github/workflows/pr-linux-test.yml
vendored
@@ -25,6 +25,8 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout microsoft/vscode
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: true
|
||||
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v6
|
||||
|
||||
Reference in New Issue
Block a user