fix: restore pak::sysreqs_db_update() in matrix step and pre-cache it in install-deps

This commit is contained in:
Patrick Schratz 2026-04-10 00:15:23 +02:00
commit e062c58185
Signed by: pat-s
GPG key ID: 3C6318841EF78925

View file

@ -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: