diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 19:55:52 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-20 19:55:52 +0400 |
| commit | d57f95f2f2a809ba8d0186fe999efa6be6674a83 (patch) | |
| tree | 9db912e4308ca0e28c9a92936beef1b033711497 | |
| parent | 538389dc38f8a98035845d97d8ca9a8b750ae9d9 (diff) | |
add docker buildx for cross
| -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 8f47a53..2119af5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -89,7 +89,7 @@ jobs: key: ${{ runner.os }}-cargo - name: Build all run: | - cargo install cross --git https://github.com/cross-rs/cross + cargo install cross --force --git https://github.com/cross-rs/cross ./.ci/build.sh - uses: actions/upload-artifact@v3 with: |
