From 59883aeed1c3e952aa68bf50a6188feca9cf2510 Mon Sep 17 00:00:00 2001 From: peefy Date: Sat, 14 Sep 2024 18:50:07 +0800 Subject: [PATCH] chore: set rust version to 1.79 in CI Signed-off-by: peefy --- .github/workflows/windows_test.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/windows_test.yaml b/.github/workflows/windows_test.yaml index 9e25cb4b9..71f3cc616 100644 --- a/.github/workflows/windows_test.yaml +++ b/.github/workflows/windows_test.yaml @@ -13,6 +13,13 @@ jobs: with: submodules: "true" + - name: Install rust nightly toolchain + uses: actions-rs/toolchain@v1 + with: + toolchain: 1.79 + override: true + components: clippy, rustfmt + - name: Set up Go uses: actions/setup-go@v2 with: