Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuCoder committed Jul 7, 2024
1 parent e292ac6 commit e64f521
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ jobs:
key: ${{ runner.os }}-cargo-${{ matrix.arch }}
- name: Build all
run: |
cargo install cross --git https://github.com/cross-rs/cross
cargo install cross --force
cargo install --force --locked bindgen-cli
export CROSS_CONTAINER_ENGINE_NO_BUILDKIT=1
cross build --release --target ${{ matrix.arch }}
mkdir -p ./build
Expand Down
3 changes: 1 addition & 2 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[build]
pre-build = [
"dpkg --add-architecture $CROSS_DEB_ARCH",
"apt-get update && apt-get --assume-yes install libc6-dev",
"cargo install --force --locked bindgen-cli"
"apt-get update && apt-get --assume-yes install libc6-dev"
]
dockerfile = "Dockerfile.cross"

0 comments on commit e64f521

Please sign in to comment.