From 6f1a3039b003196c08fcc8b67ac206848635d549 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 12 Nov 2023 15:25:27 -0800 Subject: [PATCH] chore: fix ci.yml rust toolchain --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ae81fc..154115a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,6 +34,8 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 + with: + toolchain: stable - name: Sccache cache uses: mozilla-actions/sccache-action@v0.0.3