Skip to content

Commit

Permalink
update cross
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuCoder committed Jul 7, 2024
1 parent e64f521 commit 0f23dba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 0f23dba

Please sign in to comment.