Skip to content

Commit

Permalink
ci: fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
tiann committed Dec 30, 2023
1 parent 76e7d7c commit afefe20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
workspaces: userspace/ksud

- name: Install cross
run: cargo install cross
run: cargo install cross --locked

- name: Run clippy
run: |
Expand Down

0 comments on commit afefe20

Please sign in to comment.