diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b7c26f692..99162ed4f 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -28,6 +28,12 @@ jobs: override: true components: rustfmt, rust-src, clippy + - name: Install bindgen-cli + uses: actions-rs/cargo@v1 + with: + command: install + args: bindgen-cli + - name: Install TPM 2.0 Reference Implementation build dependencies run: sudo apt install -y autoconf autoconf-archive pkg-config build-essential automake @@ -143,6 +149,12 @@ jobs: override: true components: rustfmt, rust-src, clippy + - name: Install bindgen-cli + uses: actions-rs/cargo@v1 + with: + command: install + args: bindgen-cli + - name: Install TPM 2.0 Reference Implementation build dependencies run: sudo apt install -y autoconf autoconf-archive pkg-config build-essential automake