From: Matthieu Pignolet Date: Sun, 7 Jul 2024 07:25:56 +0000 (+0400) Subject: add bindgen-cli to the build step X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=7a3705bab92698814b3aa4a49b62a0004f58083e;p=matthieu%2Fnova.git add bindgen-cli to the build step --- 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