• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1name: 'Install Rust toolchain'
2description: 'Install both `rustup` and a Rust toolchain'
3
4inputs:
5  toolchain:
6    description: 'Default toolchan to install'
7    required: false
8    default: 'stable'
9
10runs:
11  using: node16
12  main: 'main.js'
13