chore(ci): Skip clap_complete_nushell from minimal-versions

Its just too messy to try to handle.
This commit is contained in:
Ed Page 2024-07-25 20:48:46 -05:00
parent a0ed391882
commit 9c58c486ce

View file

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