chore: Update Rust default toolchain to 1.65 in alpha.yml workflow

This commit is contained in:
mauro 🤙
2024-07-03 23:14:19 +00:00
parent 8278b977e0
commit 0f439cd721

View File

@@ -340,7 +340,7 @@ jobs:
run: |
cd engine/
# Install a rust version compatible with 17
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.63
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.65
source $HOME/.cargo/env
rustup target add x86_64-pc-windows-msvc