mirror of
https://github.com/clap-rs/clap
synced 2024-12-12 13:52:34 +00:00
chore(ci): Skip clap_complete_nushell from minimal-versions
Its just too messy to try to handle.
This commit is contained in:
parent
a0ed391882
commit
9c58c486ce
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -159,7 +159,7 @@ jobs:
|
|||
- name: Downgrade dependencies to minimal versions
|
||||
run: cargo +nightly generate-lockfile -Z minimal-versions
|
||||
- name: Compile with minimal versions
|
||||
run: cargo +stable check --workspace --all-features --locked
|
||||
run: cargo +stable check --workspace --all-features --locked --exclude clap_complete_nushell
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
|
Loading…
Reference in a new issue