Skip to content

Commit

Permalink
fix(ci): check action
Browse files Browse the repository at this point in the history
  • Loading branch information
matoous committed Nov 19, 2024
1 parent 3269cbd commit d7b111f
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,14 @@ env:

jobs:
check:
name: Check
name: Check (msrv)
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v4

- name: Install stable toolchain
uses: helix-editor/rust-toolchain@v1
with:
profile: minimal
override: true
uses: dtolnay/[email protected]

- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -41,7 +39,7 @@ jobs:
uses: actions/checkout@v4

- name: Install stable toolchain
uses: dtolnay/rust-toolchain@1.70
uses: dtolnay/rust-toolchain@1.74

- uses: Swatinem/rust-cache@v2
with:
Expand All @@ -58,7 +56,7 @@ jobs:
uses: actions/checkout@v4

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

Expand Down

0 comments on commit d7b111f

Please sign in to comment.