We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0d1b94 commit 1e38334Copy full SHA for 1e38334
.github/workflows/build.yml
@@ -11,12 +11,12 @@ jobs:
11
strategy:
12
matrix:
13
target:
14
- - thumbv8m.main-none-eabi
+ - thumbv8m.main-none-eabihf
15
steps:
16
- uses: actions/checkout@v1
17
- uses: actions-rs/toolchain@v1
18
with:
19
- toolchain: nightly
+ toolchain: stable
20
target: ${{ matrix.target }}
21
override: true
22
- uses: actions-rs/cargo@v1
0 commit comments