Update build.yaml

This commit is contained in:
RustDesk
2026-07-21 06:05:22 +08:00
committed by GitHub
parent 73523b31cf
commit 60645b0f70
+2 -2
View File
@@ -53,7 +53,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.90"
toolchain: "stable"
override: true
default: true
components: rustfmt
@@ -94,7 +94,7 @@ jobs:
- name: Install toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: "1.90"
toolchain: "stable"
override: true
default: true
components: rustfmt