From 95e764f8cc676b8deb2b260b54c42478ddde2eb3 Mon Sep 17 00:00:00 2001 From: J / Jacob Babich Date: Sun, 6 Oct 2024 15:19:41 -0400 Subject: [PATCH] ci: use the `latest` channel of cache for compiling and publishing binaries to a release --- .github/workflows/compile-and-publish-binaries-to-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compile-and-publish-binaries-to-release.yml b/.github/workflows/compile-and-publish-binaries-to-release.yml index 4c62cd1..e2b12d4 100644 --- a/.github/workflows/compile-and-publish-binaries-to-release.yml +++ b/.github/workflows/compile-and-publish-binaries-to-release.yml @@ -64,7 +64,7 @@ jobs: - uses: Swatinem/rust-cache@v2 with: - shared-key: ${{ matrix.supporteds.target }} + shared-key: ${{ matrix.supporteds.target }}-latest cache-on-failure: "true" - name: Build for release