Revert "try skipping"

This reverts commit 8c20f15a49.
This commit is contained in:
Jason Wen
2024-08-10 23:47:31 -04:00
parent 2c5e86daef
commit ddd955b5d7
+4
View File
@@ -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