mirror of
https://github.com/taiki-e/install-action.git
synced 2026-05-06 21:20:26 +00:00
Support rust
This commit is contained in:
@@ -10,6 +10,12 @@ Note: In this file, do not use the hard wrap in the middle of a sentence for com
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
- Support `rust`. ([#1779](https://github.com/taiki-e/install-action/pull/1779))
|
||||
|
||||
This installs rust using rustup.
|
||||
|
||||
If rustup is not yet installed, this action downloads [rustup-init for the current platform](https://rust-lang.github.io/rustup/installation/other.html#manual-installation) using HTTPS with tlsv1.2+, verifies SHA256 checksum, and then installs rustup using it.
|
||||
|
||||
## [2.76.0] - 2026-05-04
|
||||
|
||||
- Support `mdbook-d2`. ([#1737](https://github.com/taiki-e/install-action/pull/1737), thanks @nhu)
|
||||
|
||||
Reference in New Issue
Block a user