From de4785cc294e240d236b5cd72caac5dbfe4a70ee Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 9 Sep 2024 08:30:29 +0100 Subject: [PATCH] feat: ensure toolchains are up-to-date --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index 767aef2..284c41a 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,4 +2,5 @@ set -e +rustup update ${INPUT_ARGS}