We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c7845 commit ff9b645Copy full SHA for ff9b645
action.yml
@@ -8,7 +8,8 @@ branding:
8
inputs:
9
toolchain:
10
description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification
11
- required: true
+ required: false
12
+ default: 1.70.0
13
targets:
14
description: Comma-separated list of target triples to install for this toolchain
15
required: false
0 commit comments