Skip to content

Commit d552f01

Browse files
committed
debug: check why cargo oro fails
1 parent 8eb78e6 commit d552f01

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ jobs:
3535
with:
3636
submodules: 'true'
3737
- uses: ./.github/actions/deps
38+
- run: find vendor .cargo -type f
39+
- run: cargo tree
3840
- name: Check unused dependencies
3941
run: cargo oro udeps
4042
check-licenses:
@@ -64,4 +66,4 @@ jobs:
6466
- name: Build (release)
6567
run: cargo oro build ${{ matrix.artifact }} --release
6668
- name: Clippy
67-
run: cargo oro clippy ${{ matrix.artifact }}
69+
run: cargo oro clippy ${{ matrix.artifact }}

0 commit comments

Comments
 (0)