From 12c3fe8d2ab06bbf037750d454d80e35d851d386 Mon Sep 17 00:00:00 2001 From: core Date: Tue, 10 Oct 2023 09:33:14 -0400 Subject: [PATCH] windows cross-compilation: include the zip tool --- .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 6e7432a..b88f233 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 mingw-w64 + run: apt update && apt-get install -y libclang-dev clang sshpass rsync mingw-w64 zip - name: Compile release binary uses: https://github.com/actions-rs/cargo@v1 with: