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
-4
View File
@@ -53,10 +53,6 @@ All inputs are optional.
<td><code>components</code></td>
<td>Comma-separated string of additional components to install e.g. <code>clippy, rustfmt</code></td>
</tr>
<tr>
<td><code>force-non-host</code></td>
<td>Pass <code>--force-non-host</code> to rustup when installing and selecting the default toolchain. Defaults to <code>false</code>. Set to <code>true</code> when intentionally using a non-host toolchain that the host can run.</td>
</tr>
</table>
<br>