Skip to content

Commit

Permalink
ci: downgrade libm in the no-std job too
Browse files Browse the repository at this point in the history
  • Loading branch information
cuviper committed Feb 10, 2023
1 parent ccab851 commit b1b3127
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- uses: dtolnay/[email protected]
with:
target: thumbv6m-none-eabi
- run: cargo generate-lockfile && cargo update -p libm --precise 0.2.5
- run: cargo build --target thumbv6m-none-eabi --no-default-features --features "libm"

fmt:
Expand Down

0 comments on commit b1b3127

Please sign in to comment.