Skip to content

Commit

Permalink
ci: Use is-terminal 0.4.7 for MSRV builds.
Browse files Browse the repository at this point in the history
is-terminal 0.4.8 updated its MSRV to 1.63, so we can't use it
with our MSRV of 1.56. Force usage of the older version which has
an older MSRV.
  • Loading branch information
waywardmonkeys committed Sep 19, 2023
1 parent 59e97ae commit c95e194
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: clippy
- name: Force older version of is-terminal for MSRV builds
if: matrix.rust == '1.56.0'
run: cargo update -p is-terminal --precise 0.4.7
- name: Clippy
run: cargo clippy --all -- -D warnings
- name: Run tests
Expand Down

0 comments on commit c95e194

Please sign in to comment.