Skip to content

Commit adddc1e

Browse files
author
Jonathan Pallant (42 Technology)
committed
Merge branch 'support_151' of github.com:42-technology-ltd/nrfxlib into support_151
2 parents d894ebb + 1e38334 commit adddc1e

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)