Document rustup non-host opt-in requirement

This commit is contained in:
fufesou
2026-09-12 09:11:10 +08:00
parent 06b350f08c
commit a4f61a09a5
+2
View File
@@ -18,6 +18,8 @@ inputs:
components:
description: Comma-separated list of components to be additionally installed
required: false
# Rustup 1.29.1 requires explicit opt-in for i686 toolchains on x64 Windows.
# https://github.com/rust-lang/rustup/pull/4935
force-non-host:
description: Allow installing and selecting a toolchain that does not match the host platform
required: false