Skip to content

Commit

Permalink
ci: run command uses bash syntax, use bash
Browse files Browse the repository at this point in the history
  • Loading branch information
adalinesimonian committed Jan 18, 2025
1 parent 7734a5d commit e49d405
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ jobs:
continue-on-error: true

- name: Check clippy
shell: bash
run: |
cargo clippy --release --all-targets --all-features -- \
-D clippy::suspicious -D clippy::style -D clippy::complexity \
Expand Down

0 comments on commit e49d405

Please sign in to comment.