fix: Add debugging ls. what is the problem here

This commit is contained in:
Ginger 2025-09-10 09:00:34 -04:00
commit 6ed175f75d
No known key found for this signature in database

View file

@ -104,6 +104,7 @@ 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"
ls -alh ~/.cargo/bin
- name: Cache cargo-deb installation
id: cache-cargo-deb