mirror of
https://github.com/dtolnay/rust-toolchain
synced 2026-09-14 20:13:54 +00:00
Document rustup non-host opt-in requirement
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user