From 2b785e8b80085aaf2a41ce1502d0ff9e152b7ced Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Wed, 22 Nov 2023 07:04:37 +0800 Subject: [PATCH] fix: set 1.73.0 as default toolchain (#859) --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd2b256..627b0e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,6 +92,8 @@ jobs: target: ${{ matrix.target }} components: clippy + - run: rustup default ${{ matrix.toolchain }} + - name: Sccache cache uses: mozilla-actions/sccache-action@v0.0.3 with: