From 65f641329d42c7f5fd9d200f1d63b4cb9b6896dd Mon Sep 17 00:00:00 2001 From: core Date: Tue, 10 Oct 2023 09:27:12 -0400 Subject: [PATCH] windows cross-compilation: include the compiler --- .forgejo/workflows/tfclient.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/tfclient.yml b/.forgejo/workflows/tfclient.yml index 94a9ea8..6e7432a 100644 --- a/.forgejo/workflows/tfclient.yml +++ b/.forgejo/workflows/tfclient.yml @@ -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: