1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-10-06 19:00:48 +00:00

fix: Fix cargo-deb cache keys

This commit is contained in:
ginger 2025-09-09 20:13:24 +00:00 committed by nex
parent 3d51d0186c
commit 086d3f3471

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