From 8a2200590622f8fade1ffe74c9cb304536a48237 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Bardon?= Date: Sun, 27 Oct 2024 10:57:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Cache=20`~/.cargo/bin`=20in=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 651e17d..cc5c7dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,6 +35,7 @@ jobs: uses: actions/cache@v4 with: path: | + ~/.cargo/bin ~/.cargo/registry ~/.cargo/git target