Release v1.0.5
Some checks failed
Continuous integration / test (push) Has been cancelled
Continuous integration / install_stable (macOS-latest) (push) Has been cancelled
Continuous integration / install_stable (ubuntu-latest) (push) Has been cancelled
Continuous integration / install_stable (windows-latest) (push) Has been cancelled
Continuous integration / install_nightly (push) Has been cancelled
Continuous integration / install_stable_in_docker (push) Has been cancelled
Continuous integration / install_stable_through_rust_toolchain_file (push) Has been cancelled
Some checks failed
Continuous integration / test (push) Has been cancelled
Continuous integration / install_stable (macOS-latest) (push) Has been cancelled
Continuous integration / install_stable (ubuntu-latest) (push) Has been cancelled
Continuous integration / install_stable (windows-latest) (push) Has been cancelled
Continuous integration / install_nightly (push) Has been cancelled
Continuous integration / install_stable_in_docker (push) Has been cancelled
Continuous integration / install_stable_through_rust_toolchain_file (push) Has been cancelled
This commit is contained in:
10
action.yml
10
action.yml
@@ -29,6 +29,16 @@ inputs:
|
||||
description: Comma-separated list of components to be additionally installed for a new toolchain
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
rustc:
|
||||
description: Installed Rustc version
|
||||
rustc_hash:
|
||||
description: Installed Rustc version hash, can be used for caching purposes
|
||||
cargo:
|
||||
description: Installed Cargo version
|
||||
rustup:
|
||||
description: Installed rustup version
|
||||
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'dist/index.js'
|
||||
|
||||
Reference in New Issue
Block a user