Skip to content

Commit 15415ab

Browse files
committed
debug: another attempt
1 parent d552f01 commit 15415ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ jobs:
3535
with:
3636
submodules: 'true'
3737
- uses: ./.github/actions/deps
38-
- run: find vendor .cargo -type f
39-
- run: cargo tree
4038
- name: Check unused dependencies
4139
run: cargo oro udeps
4240
check-licenses:
@@ -45,6 +43,8 @@ jobs:
4543
- uses: actions/checkout@v4
4644
with:
4745
submodules: 'true'
46+
- run: find vendor .cargo -type f
47+
- run: cargo tree
4848
- uses: ./.github/actions/deps
4949
- name: Check licenses
5050
run: cargo oro license --check

0 commit comments

Comments
 (0)