Update windows build

This commit is contained in:
世界 2026-07-15 15:57:33 +08:00
parent 0ec6bf7452
commit 85dfdce7a0
No known key found for this signature in database
GPG key ID: CD109927C34A63C4

View file

@ -816,6 +816,10 @@ jobs:
uses: actions/setup-go@v5
with:
go-version: ~1.25.11
- name: Setup Rust
uses: dtolnay/rust-toolchain@1.88.0
with:
targets: i686-pc-windows-msvc,aarch64-pc-windows-msvc
- name: Setup pnpm
uses: pnpm/action-setup@v4
with: