From ddd955b5d7388b151b3e5ca6c8b089bb2910c55f Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Sat, 10 Aug 2024 23:47:31 -0400 Subject: [PATCH] Revert "try skipping" This reverts commit 8c20f15a49327f42180a0af890167f2fecbb0fc2. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e784dc57a3..23881001fe 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,6 +69,10 @@ workflow: # If running on any branch other than main. build: stage: build + cache: + key: "${CI_COMMIT_REF_SLUG}" + paths: + - "${CI_DIR}/scons_cache" before_script: - find $BUILD_DIR/ -mindepth 1 -delete - *default_before_script