Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 541b816

Browse files
committed
CI fix
1 parent 3b2136a commit 541b816

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
21-
- uses: dtolnay/rust-toolchain@1.85.1
21+
- uses: dtolnay/rust-toolchain@1.87.0
2222
- run: cargo build
2323

2424
cross-check:
@@ -28,12 +28,12 @@ jobs:
2828
matrix:
2929
target:
3030
- armv7-unknown-linux-gnueabihf
31-
- armv7a-none-eabi
31+
- armv7a-none-eabihf
3232
steps:
3333
- uses: actions/checkout@v4
3434
- uses: dtolnay/rust-toolchain@stable
3535
with:
36-
targets: "armv7-unknown-linux-gnueabihf, armv7a-none-eabi"
36+
targets: "armv7-unknown-linux-gnueabihf, armv7a-none-eabihf"
3737
- run: cargo build --target=${{matrix.target}}
3838

3939
fmt:

0 commit comments

Comments
 (0)