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.
2 parents 45ffe64 + 1d00cd3 commit 428d64aCopy full SHA for 428d64a
.github/workflows/ci.yaml
@@ -191,7 +191,9 @@ jobs:
191
- run: rustup component add clippy
192
193
# Setup: bindgen
194
- - run: cargo install --version 0.56.0 bindgen
+ - run: |
195
+ curl -o bin/bindgen https://raw.githubusercontent.com/Rust-for-Linux/ci-bin/master/bindgen-0.56.0/bin/bindgen
196
+ chmod u+x bin/bindgen
197
198
# Setup: busybox
199
- run: git clone --depth 1 -b 1_30_1 https://github.com/mirror/busybox
0 commit comments