We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d60b5e5 commit 0d25030Copy full SHA for 0d25030
.github/workflows/build.yaml
@@ -93,7 +93,7 @@ jobs:
93
uses: actions/cache@v3
94
with:
95
path: "lib/vscode/**"
96
- key: submodule-hash-${{ steps.submodule-hash.outputs.key }}
+ key: submodule-hash-${{ steps.submodule-hash.outputs.key }}-1
97
restore-keys: |
98
submodule-hash-
99
0 commit comments