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: