aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2022-02-15 19:16:01 +0000
committerGitHub <noreply@github.com>2022-02-15 19:16:01 +0000
commitc3dd044c57fa98d89aaba1ef16379a891551c8b4 (patch)
treef71a6fdd7094c486c5c73a13f1fdaa7732976f71 /.github/workflows/build.yml
parent886183066d3bb8c359aaf6442e9201bab8cd4694 (diff)
parentdfb6e3631144e8a5f3735ea2ddf7cecd9ef4ee72 (diff)
Merge #609
609: action-rs tool-cache is deprecated, always failing r=perlindgren a=AfoHT Co-authored-by: Henrik Tjäder <henrik@grepit.se>
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2e93a79..875c3f3 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