From 0dd9cdbb45f39977cbea48debf1993935d86de84 Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Fri, 11 Dec 2020 22:17:46 +0100 Subject: [PATCH] Fix env variable usages --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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