diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 182841c7c1b..d9320dcdb0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,7 @@ jobs: .build out-build out-vscode-min - key: cacheCompiledCode-${{ GITHUB_SHA }} + key: cacheCompiledCode-${{ env.GITHUB_SHA }} - name: Compile Core run: yarn gulp compile-build @@ -144,7 +144,7 @@ jobs: .build out-build out-vscode-min - key: cacheCompiledCode-${{ GITHUB_SHA }} + key: cacheCompiledCode-${{ env.GITHUB_SHA }} - name: Build VS Code run: yarn gulp vscode-linux-x64-min-ci