From 411048115d60e2ee827384f835f2085e01dd428b Mon Sep 17 00:00:00 2001 From: TOwInOK#nqcq <60252419+TOwInOK@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:54:44 +0700 Subject: [PATCH] Update rust.yml --- .github/workflows/rust.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 655e10e..93cbb71 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -20,10 +20,11 @@ jobs: save-if: true cache-all-crates: true shared-key: tests + - name: Set Toolchain - uses: actions-rs/toolchain@v1.0.6 - with: - toolchain: stable + run: rustup default stable + - name: Update Toolchain + run: rustup update stable - name: Job run: cargo build -F full --locked