Skip to content
Snippets Groups Projects
Commit 0c8b8e33 authored by Fisher, Jason C.'s avatar Fisher, Jason C.
Browse files

try this

parent bf6ef139
No related branches found
No related tags found
3 merge requests!82Merge in develop and bump version,!78Fix FisherTwining2024b abstract entry,!76Fix JAVA dependency in CI pipeline
......@@ -19,13 +19,13 @@ variables:
.default-cache: &default-cache
key: "default-cache-${CI_COMMIT_REF_SLUG}"
paths:
- $APT_CACHE
- $R_LIBS_USER
- ${APT_CACHE}
- ${R_LIBS_USER}
.content-cache: &content-cache
key: "content-cache-${CI_COMMIT_REF_SLUG}"
paths:
- $CACHE_DIR
- ${CACHE_DIR}
default:
before_script:
......@@ -50,7 +50,7 @@ default:
remotes::install_deps(dependencies = TRUE, upgrade = FALSE, quiet = FALSE)
"
cache:
- $GRAALVM_HOME
- ${GRAALVM_HOME}
- <<: *default-cache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment