mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-10 21:42:50 +02:00
fix: More ls calls
This commit is contained in:
parent
6ed175f75d
commit
7f2cd69bd9
1 changed files with 3 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue