From 0908eb1fb43e3c61626d2fa577c0975230b4c517 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sun, 19 Nov 2023 16:10:37 -0800 Subject: [PATCH] fix: set tests rust toolchain to 1.73.0 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3aa4706..cf9ac58 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: 1.73.0 - name: Sccache cache uses: mozilla-actions/sccache-action@v0.0.3