mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-09-11 05:33:02 +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
|
- name: Install cargo-deb
|
||||||
if: steps.cache-cargo-deb.outputs.cache-hit != 'true'
|
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
|
- name: Install build dependencies
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue