1
0
Fork 0
mirror of https://forgejo.ellis.link/continuwuation/continuwuity.git synced 2025-09-30 18:42:05 +00:00

fix: More logging

This commit is contained in:
Ginger 2025-09-10 09:20:01 -04:00 committed by nex
parent 923cdceb9a
commit 95ea8d8de2

View file

@ -104,13 +104,16 @@ jobs:
VERSION=$(curl -s https://index.crates.io/ca/rg/cargo-deb | tail -n1 | jq -r .vers)
echo "version=$VERSION" >> $GITHUB_OUTPUT
echo "Latest cargo-deb version: $VERSION"
echo ~
echo ${{ forge.workspace }}
ls -alh ~/.cargo/bin
ls -alh ${{ forge.workspace }}/.cargo/bin
- name: Cache cargo-deb installation
id: cache-cargo-deb
uses: actions/cache@v3
with:
path: ~/.cargo/bin/cargo-deb
path: ${{ forge.workspace }}/.cargo/bin/cargo-deb
key: cargo-deb-${{ steps.debian-version.outputs.distribution }}-${{ steps.cargo-deb-version.outputs.version }}
- name: Install cargo-deb