Skip to content

Commit

Permalink
chore(actions): moved to building with *hf
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Dec 25, 2023
1 parent 23cda19 commit 32a351a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
rust-channel: [ 'stable', 'nightly' ]
rust-target: [ 'x86_64-unknown-linux-gnu', 'thumbv7em-none-eabi' ]
rust-target: [ 'x86_64-unknown-linux-gnu', 'thumbv7em-none-eabihf' ]
name: ${{ matrix.rust-channel }}-${{ matrix.rust-target }}
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 32a351a

Please sign in to comment.