Skip to content

Commit

Permalink
Add rustup target add thumbv7em-none-eabihf
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Oct 10, 2024
1 parent 4fe1d4f commit ec234bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- run: rustup update ${{ matrix.toolchain }} && rustup default ${{ matrix.toolchain }}
- run: rustup target add thumbv7em-none-eabihf
- run: cargo build --verbose
working-directory: lib
- run: cargo test --verbose
Expand Down

0 comments on commit ec234bc

Please sign in to comment.