fix: More ls calls

This commit is contained in:
Ginger 2025-09-10 09:03:36 -04:00
commit 7f2cd69bd9
No known key found for this signature in database

View file

@ -115,7 +115,9 @@ jobs:
- name: Install cargo-deb
if: steps.cache-cargo-deb.outputs.cache-hit != 'true'
run: cargo install cargo-deb
run: |
ls -alh ~/.cargo/bin
cargo install cargo-deb
- name: Install build dependencies
run: |