Skip to content

Commit

Permalink
chore(actions): moving to *hf target
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasbrendel committed Dec 25, 2023
1 parent 99f9b7f commit d4b5cd5
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 d4b5cd5

Please sign in to comment.