补丁
Some checks failed
Release / windows-x86_64-gnu (push) Failing after 5m7s

This commit is contained in:
2026-06-19 04:08:08 +08:00
Unverified
parent 0f07dd9f5b
commit 9fba6c494a

View File

@@ -60,8 +60,9 @@ jobs:
${{ runner.os }}-cargo-
- name: Install Rust toolchain
run: |
rustup target add "$TARGET"
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ env.TARGET }}
- name: Show toolchain
run: |