Skip to content

Commit 1e38334

Browse files
author
Jonathan Pallant
authored
Build on stable, with HF
1 parent b0d1b94 commit 1e38334

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
strategy:
1212
matrix:
1313
target:
14-
- thumbv8m.main-none-eabi
14+
- thumbv8m.main-none-eabihf
1515
steps:
1616
- uses: actions/checkout@v1
1717
- uses: actions-rs/toolchain@v1
1818
with:
19-
toolchain: nightly
19+
toolchain: stable
2020
target: ${{ matrix.target }}
2121
override: true
2222
- uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)