You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds new `set-default` input (default: true) to control whether
`rustup default <toolchain>` is executed.
Signed-off-by: Jean-Baptiste Louazel <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,10 @@ All inputs are optional.
53
53
<td><code>components</code></td>
54
54
<td>Comma-separated string of additional components to install e.g. <code>clippy, rustfmt</code></td>
55
55
</tr>
56
+
<tr>
57
+
<td><code>set-default</code></td>
58
+
<td>Whether to set the installed toolchain as the active default via <code>rustup default <toolchain></code>. Defaults to <code>true</code>. Set to <code>false</code> if you only plan to use the toolchain with explicit <code>+toolchain</code> overrides in your commands and don't want to change the runner's global default.</td>
0 commit comments