summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2024-07-07 11:21:49 +0400
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>2024-07-07 11:21:49 +0400
commitcfbc4dbd65a98a8f58aa046a08a86c2130b67186 (patch)
tree9f5be1d9931d347b79451501bab3e27ea341bc01
parent578573a4d560e074989f9cf9adaec24fb73111c1 (diff)
move cross to latest
-rw-r--r--.github/workflows/build.yml2
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