diff --git a/entrypoint.sh b/entrypoint.sh index d0c4720..5c5749d 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -29,9 +29,8 @@ echo "::endgroup::" echo "::group::Get native dependencies" # R -e "install.packages(sub('_.*', '', '${SOURCEPKG}'), depends=TRUE)" || true -# (Re)build linux native binary (also ensures dev-deps are present) -# This is expensive, maybe we should copy the binary from the previous job -R -e "pak::pak('./${SOURCEPKG}')" +# Ensures dev-deps are present +R -e "pak::local_install_dev_deps('./${SOURCEPKG}')" echo "::endgroup::" # Compile WASM binary