From 0ee041b380550feba6f937f4f927f1c577c96395 Mon Sep 17 00:00:00 2001 From: Rahix Date: Sat, 4 May 2024 22:43:53 +0200 Subject: [PATCH] ci: Bump tools cache This is needed to ensure the changed versions are actually used. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47b0f70..00aa3a3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: id: cache-cargo with: path: ~/cargo-bin - key: rust-tools-003 + key: rust-tools-004 - name: Install svd2rust if: steps.cache-cargo.outputs.cache-hit != 'true' uses: actions-rs/install@v0.1