windows cross-compilation: include the compiler
This commit is contained in:
parent
380d38229d
commit
65f641329d
|
@ -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
|
run: apt update && apt-get install -y libclang-dev clang sshpass rsync mingw-w64
|
||||||
- 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:
|
||||||
|
|
Loading…
Reference in New Issue