ci: fix is-terminal nonsense

This commit is contained in:
Kat Marchán 2024-02-03 20:10:38 -08:00
parent 5d4b262f7b
commit 9596405554
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 0 additions and 3 deletions

View File

@ -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