Skip to content

Commit

Permalink
Fix udeps CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Dec 9, 2024
1 parent e96f9bd commit f844dc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust-unused-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Check for unused dependencies
shell: bash
run: source env.sh && cargo udeps --workspace
run: source env.sh && cargo udeps --workspace --exclude windows-installer

cargo-udeps-android:
needs: prepare-containers
Expand Down Expand Up @@ -132,4 +132,4 @@ jobs:

- name: Check for unused dependencies
shell: bash
run: cargo udeps --workspace
run: cargo udeps --workspace --exclude windows-installer

0 comments on commit f844dc5

Please sign in to comment.