diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:40:38 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:40:38 +0400 |
| commit | 0f23dbab58e526c4994b1234a9cf2c0a719ead56 (patch) | |
| tree | 4a67e85b513b883866db6be4d471abce38f1fe77 | |
| parent | e64f5215b19e3c31c468697f896185b55b1e85e8 (diff) | |
update cross
| -rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8453f4..6f75506 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,7 +98,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ matrix.arch }} - name: Build all run: | - cargo install cross --force + 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 }} |
