chore: bump bincraft to 4.4.1
All checks were successful
ci/crow/cron/process-updates/7 Pipeline was successful
All checks were successful
ci/crow/cron/process-updates/7 Pipeline was successful
This commit is contained in:
parent
e59590e2d6
commit
d496029a79
1 changed files with 8 additions and 8 deletions
|
|
@ -43,7 +43,7 @@ RUN --mount=type=secret,id=b2_access,required=true \
|
|||
echo "No working virtual display; building without xvfb" >&2; \
|
||||
fi; \
|
||||
run_build() { if [ "$USE_XVFB" = 1 ]; then $XVFB -a $XVFB_ARGS -- "$@"; else "$@"; fi; }; \
|
||||
ensure_bincraft() { "$1" -q -e 'if (!requireNamespace("bincraft", quietly = TRUE) || packageVersion("bincraft") != "4.4.0") pak::pak("git::https://codefloe.com/rpkgs/bincraft.git@v4.4.0")'; }; \
|
||||
ensure_bincraft() { "$1" -q -e 'if (!requireNamespace("bincraft", quietly = TRUE) || packageVersion("bincraft") != "4.4.1") pak::pak("git::https://codefloe.com/rpkgs/bincraft.git@v4.4.1")'; }; \
|
||||
PRIMARY_MINOR=$(echo "$R_VERSION" | cut -d. -f1-2); \
|
||||
seen=" $PRIMARY_MINOR "; \
|
||||
prc=0; failed=""; \
|
||||
|
|
|
|||
Loading…
Reference in a new issue