mirror of https://github.com/zkat/miette.git
ci: fix is-terminal nonsense
This commit is contained in:
parent
5d4b262f7b
commit
9596405554
|
|
@ -40,9 +40,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: ${{ matrix.rust }}
|
toolchain: ${{ matrix.rust }}
|
||||||
components: clippy
|
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
|
- name: Clippy
|
||||||
run: cargo clippy --all -- -D warnings
|
run: cargo clippy --all -- -D warnings
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue