diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:25:56 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:25:56 +0400 |
| commit | 7a3705bab92698814b3aa4a49b62a0004f58083e (patch) | |
| tree | 6f91f2263875403415aa60af0052e63b191f728d | |
| parent | cfbc4dbd65a98a8f58aa046a08a86c2130b67186 (diff) | |
add bindgen-cli to the build step
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e66b9f8..6f75506 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 |
