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 3b2136a commit 541b816Copy full SHA for 541b816
1 file changed
.github/workflows/ci.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
steps:
20
- uses: actions/checkout@v4
21
- - uses: dtolnay/rust-toolchain@1.85.1
+ - uses: dtolnay/rust-toolchain@1.87.0
22
- run: cargo build
23
24
cross-check:
@@ -28,12 +28,12 @@ jobs:
28
matrix:
29
target:
30
- armv7-unknown-linux-gnueabihf
31
- - armv7a-none-eabi
+ - armv7a-none-eabihf
32
33
34
- uses: dtolnay/rust-toolchain@stable
35
with:
36
- targets: "armv7-unknown-linux-gnueabihf, armv7a-none-eabi"
+ targets: "armv7-unknown-linux-gnueabihf, armv7a-none-eabihf"
37
- run: cargo build --target=${{matrix.target}}
38
39
fmt:
0 commit comments