ci: use the latest channel of cache for compiling and publishing binaries to a release

This commit is contained in:
J / Jacob Babich
2024-10-06 15:19:41 -04:00
parent cf7d4aca1c
commit 95e764f8cc

View File

@@ -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