diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 46dff82cae06c7..0d5e8ae7fb2029 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -191,7 +191,9 @@ jobs: - run: rustup component add clippy # Setup: bindgen - - run: cargo install --version 0.56.0 bindgen + - run: | + curl -o bin/bindgen https://raw.githubusercontent.com/Rust-for-Linux/ci-bin/master/bindgen-0.56.0/bin/bindgen + chmod u+x bin/bindgen # Setup: busybox - run: git clone --depth 1 -b 1_30_1 https://github.com/mirror/busybox