Skip to content

Commit

Permalink
ci: update toolchain
Browse files Browse the repository at this point in the history
Examples have been modified to run on BluePill board instead of Metro-M4
board. Update toolchain in CI: use thumbv7m-none-eabi toolchain
instead of thumbv7em-none-eabihf.

Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com>
  • Loading branch information
geomatsi committed May 16, 2020
1 parent 5d8f177 commit 97fc53b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
with:
profile: minimal
toolchain: stable
target: thumbv7em-none-eabihf
target: thumbv7m-none-eabi
override: true
- uses: actions-rs/cargo@v1
with:
Expand All @@ -43,7 +43,7 @@ jobs:
with:
profile: minimal
toolchain: stable
target: thumbv7em-none-eabihf
target: thumbv7m-none-eabi
override: true
- uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 97fc53b

Please sign in to comment.