ci: update setup tool
Some checks failed
build-release / Build (push) Failing after 3m56s

This commit is contained in:
椰子 2024-11-29 01:38:40 +08:00
parent 48a0c7d94e
commit 2951d4ae28

View File

@ -13,7 +13,7 @@ jobs:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Rust - name: Setup Rust
uses: actions-rs/toolchain@v1 uses: actions-rust-lang/setup-rust-toolchain@v1
with: with:
toolchain: stable toolchain: stable
target: x86_64-pc-windows-gnu target: x86_64-pc-windows-gnu