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 ab56092 commit db7949a
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 @@ -77,7 +77,7 @@ jobs:
if: startsWith(matrix.rust, 'nightly')
- run: cargo hack build --workspace --no-private --feature-powerset --no-dev-deps
- run: cargo build --manifest-path tests/no-std/Cargo.toml --target thumbv6m-none-eabi
- 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
if: matrix.rust != '1.37'

miri:
Expand Down

0 comments on commit db7949a

Please sign in to comment.