From 372323360518000f2e14d2ecdb353d48f547ecca Mon Sep 17 00:00:00 2001 From: ginger Date: Tue, 9 Sep 2025 20:13:24 +0000 Subject: [PATCH] fix: Fix cargo-deb cache keys --- .forgejo/workflows/build-debian.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-debian.yml b/.forgejo/workflows/build-debian.yml index 52d9ece1..92bf3487 100644 --- a/.forgejo/workflows/build-debian.yml +++ b/.forgejo/workflows/build-debian.yml @@ -110,11 +110,11 @@ jobs: uses: actions/cache@v3 with: path: ~/.cargo/bin/cargo-deb - key: ${{ steps.cargo-deb-version.outputs.version }} + key: cargo-deb-${{ steps.debian-version.outputs.distribution }}-${{ steps.cargo-deb-version.outputs.version }} - name: Install cargo-deb if: steps.cache-cargo-deb.outputs.cache-hit != 'true' - run: cargo binstall cargo-deb + run: cargo install cargo-deb - name: Install build dependencies run: |