paperclip: install the rust toolchain needed by the runner build (#17142)

This commit is contained in:
CanbiZ (MickLesk)
2026-09-11 07:42:37 +02:00
committed by GitHub
parent 2b541531f7
commit de9b2f7ff3
2 changed files with 3 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ msg_ok "Installed Dependencies"
NODE_VERSION="24" NODE_MODULE="pnpm" setup_nodejs
PG_VERSION="17" setup_postgresql
PG_DB_NAME="paperclip" PG_DB_USER="paperclip" setup_postgresql_db
setup_rust
fetch_and_deploy_gh_release "paperclip-ai" "paperclipai/paperclip" "tarball"