Skip to content

Commit

Permalink
toolchain: 1.80.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Apr 14, 2024
1 parent bb45937 commit 3be326e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ branding:
color: purple

inputs:
toolchain:
description: Rust toolchain specification -- see https://rust-lang.github.io/rustup/concepts/toolchains.html#toolchain-specification
required: true
targets:
description: Comma-separated list of target triples to install for this toolchain
required: false
Expand Down Expand Up @@ -45,7 +42,7 @@ runs:
echo "toolchain=$toolchain" >> $GITHUB_OUTPUT
fi
env:
toolchain: ${{inputs.toolchain}}
toolchain: 1.80.0
shell: bash

- id: flags
Expand Down

0 comments on commit 3be326e

Please sign in to comment.