From d53a26dcaa7731fec0766260244ba7d29d102550 Mon Sep 17 00:00:00 2001 From: Small_Ku Date: Wed, 29 Mar 2023 22:52:04 +0800 Subject: [PATCH] Use toolchain file in Actions --- .github/workflows/rust.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 49775db..01bd2e7 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -34,7 +34,6 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: stable override: true components: clippy - name: Cache cargo builds @@ -76,7 +75,6 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: stable override: true components: rustfmt - name: Run rustfmt @@ -94,7 +92,6 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - toolchain: stable override: true - name: Cache cargo builds uses: actions/cache@v2