From 943bdd994bd81ce296adcb1da53547ce1cf4d18e Mon Sep 17 00:00:00 2001 From: eyusufatik Date: Sat, 21 Dec 2024 21:20:42 +0300 Subject: [PATCH] install rust 1.81 as well in release linux --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87bbeb2f8..ec18f30f5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -103,6 +103,7 @@ jobs: run: | curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y rustup install 1.79.0 + rustup install 1.81.0 rustup default 1.79.0 - name: Install Cargo Binstall