Skip to content

Commit

Permalink
Try lower version of cross
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed May 7, 2024
1 parent 6188e45 commit 73489e8
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 @@ -75,6 +75,6 @@ jobs:
- name: Check No Standard Library Support
run: |
rustup target add --toolchain ${{ matrix.toolchain }} thumbv7m-none-eabi
cargo install cross --locked
cargo install cross@0.2.1 --locked
cross build --package bip324 --target thumbv7m-none-eabi --no-default-features --features alloc

0 comments on commit 73489e8

Please sign in to comment.