fix: restore pak::sysreqs_db_update() in matrix step and pre-cache it in install-deps
This commit is contained in:
parent
18a8f2dc54
commit
e062c58185
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ steps:
|
|||
- rm -rf /mnt/cache/R-pkgs
|
||||
- mkdir -p /mnt/cache/pkgcache /mnt/cache/R-pkgs /mnt/cache/ccache /mnt/cache/packages
|
||||
- git clone -q https://codefloe.com/rpkgs/bincraft.git /tmp/bincraft
|
||||
- R -q -e 'pak::local_install("/tmp/bincraft"); pak::pak(c("RPostgres", "s3fs", "data.table", "future")); packageVersion("bincraft")'
|
||||
- R -q -e 'pak::sysreqs_db_update(); pak::local_install("/tmp/bincraft"); pak::pak(c("RPostgres", "s3fs", "data.table", "future")); packageVersion("bincraft")'
|
||||
backend_options:
|
||||
docker:
|
||||
resources:
|
||||
|
|
|
|||
Loading…
Reference in a new issue