Skip to content

Commit 2398b6d

Browse files
committed
toolchain: 1.80.0
1 parent d8352f6 commit 2398b6d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ branding:
66
color: purple
77

88
inputs:
9-
toolchain:
10-
description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification
11-
required: true
129
targets:
1310
description: Comma-separated list of target triples to install for this toolchain
1411
required: false
@@ -45,7 +42,7 @@ runs:
4542
echo "toolchain=$toolchain" >> $GITHUB_OUTPUT
4643
fi
4744
env:
48-
toolchain: ${{inputs.toolchain}}
45+
toolchain: 1.80.0
4946
shell: bash
5047

5148
- id: flags

0 commit comments

Comments
 (0)