fix: Insert whereis call

This commit is contained in:
Ginger 2025-09-10 09:13:31 -04:00
commit 01dd4575b7
No known key found for this signature in database

View file

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