mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 13:23:01 +02:00
fix: More logging
This commit is contained in:
parent
01dd4575b7
commit
d8f6c0fc67
1 changed files with 4 additions and 1 deletions
|
@ -104,13 +104,16 @@ jobs:
|
||||||
VERSION=$(curl -s https://index.crates.io/ca/rg/cargo-deb | tail -n1 | jq -r .vers)
|
VERSION=$(curl -s https://index.crates.io/ca/rg/cargo-deb | tail -n1 | jq -r .vers)
|
||||||
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
echo "version=$VERSION" >> $GITHUB_OUTPUT
|
||||||
echo "Latest cargo-deb version: $VERSION"
|
echo "Latest cargo-deb version: $VERSION"
|
||||||
|
echo ~
|
||||||
|
echo ${{ forge.workspace }}
|
||||||
ls -alh ~/.cargo/bin
|
ls -alh ~/.cargo/bin
|
||||||
|
ls -alh ${{ forge.workspace }}/.cargo/bin
|
||||||
|
|
||||||
- name: Cache cargo-deb installation
|
- name: Cache cargo-deb installation
|
||||||
id: cache-cargo-deb
|
id: cache-cargo-deb
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
with:
|
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 }}
|
key: cargo-deb-${{ steps.debian-version.outputs.distribution }}-${{ steps.cargo-deb-version.outputs.version }}
|
||||||
|
|
||||||
- name: Install cargo-deb
|
- name: Install cargo-deb
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue