Skip to content

Commit

Permalink
CI: Run linters on MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
jirutka committed Dec 5, 2024
1 parent 9f42ace commit 6bb02c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Rust stable
- name: Install Rust ${{ matrix.toolchain }}
uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.toolchain }}
Expand Down Expand Up @@ -57,10 +57,10 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Rust stable
- name: Install Rust 1.70
uses: dtolnay/rust-toolchain@stable
with:
toolchain: stable
toolchain: '1.70'
components: rustfmt, clippy

- name: Set up caching
Expand Down

0 comments on commit 6bb02c9

Please sign in to comment.