Update rust/entrypoint.sh
Some checks failed
build rust / yolks:rust_1.56 (push) Successful in 6m45s
build rust / yolks:rust_latest (push) Has been cancelled
build rust / yolks:rust_1.60 (push) Has been cancelled

This commit is contained in:
2025-09-15 16:33:28 +02:00
parent 5e9f1ecc43
commit 46b5af196f

View File

@@ -5,6 +5,8 @@ cd /home/container
INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}') INTERNAL_IP=$(ip route get 1 | awk '{print $(NF-2);exit}')
export INTERNAL_IP export INTERNAL_IP
rustup override set nightly
# Print current Rust version # Print current Rust version
cargo --version cargo --version