windows cross-compilation: include the zip tool
/ build (push) Successful in 2m1s Details
/ build_x64 (push) Successful in 3m19s Details
/ build_arm64 (push) Successful in 3m22s Details
/ build_win64 (push) Failing after 11m15s Details

This commit is contained in:
core 2023-10-10 09:33:14 -04:00
parent 65f641329d
commit 12c3fe8d2a
Signed by: core
GPG Key ID: FDBF740DADDCEECF
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ jobs:
- name: Install cross-compilation toolchain - name: Install cross-compilation toolchain
run: rustup target add x86_64-pc-windows-gnu run: rustup target add x86_64-pc-windows-gnu
- name: Install additional dependencies - name: Install additional dependencies
run: apt update && apt-get install -y libclang-dev clang sshpass rsync mingw-w64 run: apt update && apt-get install -y libclang-dev clang sshpass rsync mingw-w64 zip
- name: Compile release binary - name: Compile release binary
uses: https://github.com/actions-rs/cargo@v1 uses: https://github.com/actions-rs/cargo@v1
with: with: