mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-16 20:50:25 +00:00
chore: update CI to install and verify cargo-msrv (#1706)
This commit is contained in:
parent
00118965bd
commit
973b2aa5e0
1 changed files with 5 additions and 3 deletions
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
|
|
@ -49,10 +49,12 @@ jobs:
|
|||
command: clippy
|
||||
args: --all-targets --all-features -- -D warnings
|
||||
- uses: cargo-bins/cargo-binstall@main
|
||||
- name: Install cargo-msrv
|
||||
run: cargo binstall --no-confirm --force cargo-msrv
|
||||
- name: Check cargo-msrv version
|
||||
run: cargo msrv --version
|
||||
- name: Verify the MSRV
|
||||
run: |
|
||||
cargo binstall --no-confirm cargo-msrv
|
||||
make verify
|
||||
run: make verify
|
||||
|
||||
publish-check:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Reference in a new issue