Skip to content

Commit bea7cdf

Browse files
author
Jonathan Pallant (42 Technology)
committed
Use nightly, with new resolver.
Don't build for hf - we don't bundle those libs.
1 parent d8c6ae4 commit bea7cdf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,12 @@ jobs:
1111
strategy:
1212
matrix:
1313
target:
14-
- thumbv8m.main-none-eabihf
1514
- thumbv8m.main-none-eabi
1615
steps:
1716
- uses: actions/checkout@v1
1817
- uses: actions-rs/toolchain@v1
1918
with:
20-
toolchain: stable
19+
toolchain: nightly
2120
target: ${{ matrix.target }}
2221
override: true
2322
- uses: actions-rs/cargo@v1

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ license = "MIT OR Apache-2.0"
77
readme = "README.md"
88
repository = "https://github.com/42-technology-ltd/nrfxlib"
99
description = "Rust driver for the LTE stack on the Nordic nRF9160"
10+
resolver = "2"
1011

1112
[dependencies]
1213
nrf9160-pac = "0.2.1"

0 commit comments

Comments
 (0)