From c5b9df9143e6ae1f713ed06d88dce952d4d04623 Mon Sep 17 00:00:00 2001 From: pat-s Date: Thu, 25 Jul 2024 09:56:34 +0200 Subject: [PATCH] change R_LIBS_USER --- .woodpecker/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker/build.yaml b/.woodpecker/build.yaml index e8d85d7..2a28290 100644 --- a/.woodpecker/build.yaml +++ b/.woodpecker/build.yaml @@ -21,7 +21,8 @@ steps: environment: GIT_USER: pat-s # set the location of the 'pkgcache' cache dir which persists the R package dependencies needed to install the packages themselves - R_PKG_CACHE_DIR: /mnt/cache/ + R_PKG_CACHE_DIR: /mnt/cache/pkgcache + R_LIBS_USER: /mnt/cache/R-pkgs volumes: - arm-binaries-r-dep-cache:/mnt/cache commands: