Skip to content

Commit

Permalink
ci: fix is-terminal nonsense
Browse files Browse the repository at this point in the history
  • Loading branch information
zkat committed Feb 4, 2024
1 parent 5d4b262 commit 9596405
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
components: clippy
- name: Force older version of is-terminal for MSRV builds
if: matrix.rust == '1.70.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 9596405

Please sign in to comment.