Skip to content

Commit

Permalink
fix: Use yanked cargo-sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Nukesor committed Nov 13, 2024
1 parent 57e829f commit 04ddb0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
${{ runner.os }}-cargo-${{ matrix.target }}-
- name: Install cargo-sort
run: cargo install cargo-sort || exit 0
run: cargo install cargo-sort@1.1 || exit 0
if: matrix.target != 'x86_64-pc-windows-msvc'

# ----- Actual linting logic ------
Expand Down

0 comments on commit 04ddb0b

Please sign in to comment.