Pass --force-non-host unconditionally

This commit is contained in:
fufesou
2026-09-12 11:28:42 +08:00
parent a4f61a09a5
commit b38a663c5d
3 changed files with 4 additions and 14 deletions
-1
View File
@@ -53,7 +53,6 @@ jobs:
- uses: ./
with:
toolchain: stable-i686-pc-windows-msvc
force-non-host: true
- name: Check the active toolchain and compiler host
run: |
test "$(rustup show active-toolchain)" = "stable-i686-pc-windows-msvc (default)"