Skip to content

Commit

Permalink
ci: try to workaround terrible check times by starting with target ve…
Browse files Browse the repository at this point in the history
…rsion
  • Loading branch information
joshstoik1 committed Oct 4, 2023
1 parent 27af179 commit 708a471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/msrv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@1.56.1
with:
targets: ${{ matrix.target }}
- uses: taiki-e/install-action@v2
Expand Down

0 comments on commit 708a471

Please sign in to comment.