From dfb6e3631144e8a5f3735ea2ddf7cecd9ef4ee72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Tj=C3=A4der?= Date: Thu, 10 Feb 2022 09:20:31 +0100 Subject: [PATCH] action-rs tool-cache is deprecated, always failing --- .github/workflows/build.yml | 1 - CHANGELOG.md | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2e93a79fba..875c3f39d1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,7 +163,6 @@ jobs: with: crate: cargo-binutils version: latest - use-tool-cache: true - name: Cache Dependencies uses: Swatinem/rust-cache@v1 diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bd1829d76..1b140e999e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Fixed - Fix dated migration docs for spawn +- Remove obsolete action-rs tool-cache - Force mdBook to return error codes - Readded missing ramfunc output to book