From 47a6e72114faf36df74efe79421ad6239a9472e3 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Sun, 23 May 2021 17:14:40 -0700 Subject: [PATCH] build: linux publish builds that direct checkout should use git cache --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 86fb72a93431..2e9fb3591402 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1604,6 +1604,8 @@ commands: condition: << parameters.checkout >> steps: - *step-checkout-electron + - *step-maybe-restore-git-cache + - *step-set-git-cache-path - *step-gclient-sync - *step-delete-git-directories - *step-minimize-workspace-size-from-checkout