fix: Fix cargo-deb cache keys

This commit is contained in:
ginger 2025-09-09 20:13:24 +00:00
commit 3723233605

View file

@ -110,11 +110,11 @@ jobs:
uses: actions/cache@v3 uses: actions/cache@v3
with: with:
path: ~/.cargo/bin/cargo-deb 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 - name: Install cargo-deb
if: steps.cache-cargo-deb.outputs.cache-hit != 'true' if: steps.cache-cargo-deb.outputs.cache-hit != 'true'
run: cargo binstall cargo-deb run: cargo install cargo-deb
- name: Install build dependencies - name: Install build dependencies
run: | run: |