From bd7bc52c43351356d188ac2f29ce2ae6b9f10035 Mon Sep 17 00:00:00 2001 From: RustDesk <71636191+rustdesk@users.noreply.github.com> Date: Tue, 13 Jan 2026 10:26:46 +0800 Subject: [PATCH] Update build.yaml --- .github/workflows/build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0b6bca8..791bd79 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -53,7 +53,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.91" + toolchain: "1.90" override: true default: true components: rustfmt @@ -94,7 +94,7 @@ jobs: - name: Install toolchain uses: actions-rs/toolchain@v1 with: - toolchain: "1.91" + toolchain: "1.90" override: true default: true components: rustfmt