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: