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 b211a1f commit 648d81dCopy full SHA for 648d81d
.github/workflows/ci.yml
@@ -43,7 +43,6 @@ jobs:
43
run: |
44
sudo apt-get update
45
sudo apt-get install gcc-arm-linux-gnueabihf
46
- rustup target add armv7-unknown-linux-gnueabihf
47
48
- name: Build binary
49
rust-toolchain.toml
@@ -0,0 +1,4 @@
1
+[toolchain]
2
+channel = "1.53"
3
+components = ["clippy"]
4
+targets = ["armv7-unknown-linux-gnueabihf"]
0 commit comments