Skip to content

Commit

Permalink
Try with namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed May 7, 2024
1 parent 5b49a17 commit df02adf
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 @@ -73,7 +73,7 @@ jobs:
cargo test --package bip324 --verbose --no-default-features
cargo test --package bip324 --verbose --no-default-features --features alloc
- name: Check No Standard Library Support
if: toolchain == 'stable'
if: matrix.toolchain == 'stable'
run: |
rustup target add --toolchain ${{ matrix.toolchain }} thumbv7m-none-eabi
cargo install cross --locked
Expand Down

0 comments on commit df02adf

Please sign in to comment.