Skip to content

Commit

Permalink
CI: Remove actions-rs GH actions from the CI where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
tatsuya6502 committed Feb 4, 2024
1 parent 079c4d3 commit 99a1695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
toolchain: ${{ matrix.rust.toolchain }}
components: rustfmt, clippy

- name: Run Clippy
Expand Down

0 comments on commit 99a1695

Please sign in to comment.