diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:21:49 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2024-07-07 11:21:49 +0400 |
| commit | cfbc4dbd65a98a8f58aa046a08a86c2130b67186 (patch) | |
| tree | 9f5be1d9931d347b79451501bab3e27ea341bc01 | |
| parent | 578573a4d560e074989f9cf9adaec24fb73111c1 (diff) | |
move cross to latest
| -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 9a53284..e66b9f8 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 export CROSS_CONTAINER_ENGINE_NO_BUILDKIT=1 cross build --release --target ${{ matrix.arch }} mkdir -p ./build |
