Skip to content

Commit

Permalink
ci: Update config
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Oct 25, 2024
1 parent 2b1715d commit 7aadaef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,5 @@ jobs:
- run: cargo build --manifest-path tests/no-std/Cargo.toml --target thumbv6m-none-eabi
- run: cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features
- run: cargo minimal-versions build --workspace --no-private --detach-path-deps=skip-exact --all-features --direct
if: matrix.rust != '1.37'
# -Z direct-minimal-versions requires Cargo 1.70.
if: (!(startsWith(matrix.rust, '1.3') || startsWith(matrix.rust, '1.4') || startsWith(matrix.rust, '1.5') || startsWith(matrix.rust, '1.6')))

0 comments on commit 7aadaef

Please sign in to comment.