mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
action-rs tool-cache is deprecated, always failing
This commit is contained in:
parent
886183066d
commit
dfb6e36311
2 changed files with 1 additions and 1 deletions
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
|
@ -163,7 +163,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
crate: cargo-binutils
|
crate: cargo-binutils
|
||||||
version: latest
|
version: latest
|
||||||
use-tool-cache: true
|
|
||||||
|
|
||||||
- name: Cache Dependencies
|
- name: Cache Dependencies
|
||||||
uses: Swatinem/rust-cache@v1
|
uses: Swatinem/rust-cache@v1
|
||||||
|
|
|
@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Fix dated migration docs for spawn
|
- Fix dated migration docs for spawn
|
||||||
|
- Remove obsolete action-rs tool-cache
|
||||||
- Force mdBook to return error codes
|
- Force mdBook to return error codes
|
||||||
- Readded missing ramfunc output to book
|
- Readded missing ramfunc output to book
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue