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

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

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: