From 8278b977e044003fac5a181f2aa58d5a0ba5fb2c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mauro=20=F0=9F=A4=99?= Date: Wed, 3 Jul 2024 23:01:28 +0000 Subject: [PATCH] chore: Update Rust default toolchain to 1.63 in alpha.yml workflow --- .github/workflows/alpha.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index 194a1174c..af2437d22 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -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.56.0 + curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain 1.63 source $HOME/.cargo/env rustup target add x86_64-pc-windows-msvc