From 9900329c87889ca787f5de2acac33ca2ac92e283 Mon Sep 17 00:00:00 2001 From: Lawliet-Chan <1576710154@qq.com> Date: Sat, 3 Feb 2024 13:13:03 +0800 Subject: [PATCH] use juno ci --- .github/workflows/ci.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2294c4c..c0c1ba1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,11 +22,7 @@ jobs: with: go-version: '1.21' - - uses: actions-rs/toolchain@v1 - with: - toolchain: stable - profile: minimal - override: true + - uses: dtolnay/rust-toolchain@stable # - name: Cache cargo # uses: Swatinem/rust-cache@v2