mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 18:49:00 +01:00
build: restoring built-in extensions on windows should reuse other OSs caches (#255761)
This commit is contained in:
1
.github/workflows/pr-win32-test.yml
vendored
1
.github/workflows/pr-win32-test.yml
vendored
@@ -102,6 +102,7 @@ jobs:
|
||||
id: cache-builtin-extensions
|
||||
uses: actions/cache/restore@v4
|
||||
with:
|
||||
enableCrossOsArchive: true
|
||||
path: .build/builtInExtensions
|
||||
key: "builtin-extensions-${{ hashFiles('.build/builtindepshash') }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user