Skip to content

Commit

Permalink
ci: Pass --detach-path-deps=skip-exact to cargo-minimal-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 22, 2023
1 parent 7ed4ef1 commit 6b1c6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- run: cargo hack build --workspace --no-private --feature-powerset --no-dev-deps
- run: cargo minimal-versions build --workspace --no-private --all-features
- run: cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features

test-compat:
name: test (1.${{ matrix.rust }})
Expand Down

0 comments on commit 6b1c6e1

Please sign in to comment.