Skip to content

Commit

Permalink
add bindgen-cli to the build step
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuCoder committed Jul 7, 2024
1 parent cfbc4db commit 7a3705b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ jobs:
- name: Build all
run: |
cargo install cross --git https://github.com/cross-rs/cross
cargo install --force --locked bindgen-cli
export CROSS_CONTAINER_ENGINE_NO_BUILDKIT=1
cross build --release --target ${{ matrix.arch }}
mkdir -p ./build
Expand Down

0 comments on commit 7a3705b

Please sign in to comment.