mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-07-04 12:31:11 +00:00
Install rustup if not available, Linux only
The original code stems from this PR: https://github.com/dtolnay/rust-toolchain/pull/8
This commit is contained in:
parent
5c0654516c
commit
8ba04cb6f2
2 changed files with 13 additions and 0 deletions
|
@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
|
||||
## [Unreleased]
|
||||
|
||||
### Added
|
||||
|
||||
* Install rustup if not available in the CI environment. (Linux only)
|
||||
The code is taken from this issue: <https://github.com/dtolnay/rust-toolchain/pull/8>
|
||||
|
||||
## [1.0.1] - 2022-04-20
|
||||
|
||||
### Added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue