windows cross-compilation: include the compiler
/ build (push) Successful in 2m1s Details
/ build_x64 (push) Successful in 10m20s Details
/ build_arm64 (push) Successful in 3m19s Details
/ build_win64 (push) Failing after 3m42s Details

This commit is contained in:
core 2023-10-10 09:27:12 -04:00
parent 380d38229d
commit 65f641329d
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
run: rustup target add x86_64-pc-windows-gnu
- name: Install additional dependencies
run: apt update && apt-get install -y libclang-dev clang sshpass rsync
run: apt update && apt-get install -y libclang-dev clang sshpass rsync mingw-w64
- name: Compile release binary
uses: https://github.com/actions-rs/cargo@v1
with: