Skip to content

Commit

Permalink
fix: clap_derive on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
tiibun committed Jul 23, 2023
1 parent 501734a commit 74780c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Run cargo fmt
run: cargo fmt
- name: Run cargo clippy
run: cargo clippy
run: cargo clippy --target x86_64-unknown-linux-gnu
build:
needs: check
strategy:
Expand Down

0 comments on commit 74780c9

Please sign in to comment.