diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:36:48 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:36:48 +0400 |
| commit | e64f5215b19e3c31c468697f896185b55b1e85e8 (patch) | |
| tree | b983ded0cc862099fb4ccb00d97c97fa92e4d2e5 | |
| parent | e292ac6100e1f62a4f2fb035ac8f2d07784fb738 (diff) | |
update deps
| -rw-r--r-- | .github/workflows/build.yml | 3 | ||||
| -rw-r--r-- | Cross.toml | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e66b9f8..f8453f4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -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"
\ No newline at end of file |
