mirror of
https://github.com/actions-rust-lang/setup-rust-toolchain.git
synced 2025-12-27 01:54:20 -05:00
Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
d39b183d8d | ||
|
|
4018312e96 | ||
|
|
9015641f5c | ||
|
|
014f31d759 | ||
|
|
85cc8bd3df |
18
CHANGELOG.md
Normal file
18
CHANGELOG.md
Normal file
@@ -0,0 +1,18 @@
|
||||
# Changelog
|
||||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [1.0.1] - 2022-04-20
|
||||
|
||||
### Added
|
||||
|
||||
* Release action on marketplace
|
||||
|
||||
## [1.0.0] - 2022-04-20
|
||||
|
||||
Initial Version
|
||||
@@ -1,8 +1,7 @@
|
||||
name: Setup Rust Toolchain for GitHub CI
|
||||
description: |
|
||||
Setup specific Rust versions and integrate nicely into the ecosystem.
|
||||
The action enabled caching of Rust tools and build artifacts and sets environment variables for faster and more efficient caching.
|
||||
It also sets up problem matchers showing compilation and formatting issues.
|
||||
Setup specific Rust versions with caching pre-configured.
|
||||
It provides problem matchers for cargo and rustfmt issues.
|
||||
|
||||
branding:
|
||||
icon: "play"
|
||||
@@ -73,5 +72,7 @@ runs:
|
||||
run: |
|
||||
echo "CARGO_INCREMENTAL=0" >> $GITHUB_ENV
|
||||
echo "CARGO_PROFILE_DEV_DEBUG=0" >> $GITHUB_ENV
|
||||
echo "CARGO_TERM_COLOR=always" >> $GITHUB_ENV
|
||||
echo "RUST_BACKTRACE=short" >> $GITHUB_ENV
|
||||
echo "RUSTFLAGS=-D warnings" >> $GITHUB_ENV
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user