Skip to content

Commit 648d81d

Browse files
committed
Add rust toolchain file
1 parent b211a1f commit 648d81d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
run: |
4444
sudo apt-get update
4545
sudo apt-get install gcc-arm-linux-gnueabihf
46-
rustup target add armv7-unknown-linux-gnueabihf
4746
4847
- name: Build binary
4948
run: |

rust-toolchain.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[toolchain]
2+
channel = "1.53"
3+
components = ["clippy"]
4+
targets = ["armv7-unknown-linux-gnueabihf"]

0 commit comments

Comments
 (0)