This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a commit to branch LOGCXX-562
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/LOGCXX-562 by this push:
     new d214ff99 try to install zip
d214ff99 is described below

commit d214ff99a1841890eb128506d70e41f0d4f81648
Author: Robert Middleton <[email protected]>
AuthorDate: Thu Oct 27 19:40:27 2022 -0400

    try to install zip
---
 .github/workflows/log4cxx-windows.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/workflows/log4cxx-windows.yml 
b/.github/workflows/log4cxx-windows.yml
index 9431861a..1e774212 100644
--- a/.github/workflows/log4cxx-windows.yml
+++ b/.github/workflows/log4cxx-windows.yml
@@ -60,6 +60,13 @@ jobs:
         ./bootstrap-vcpkg.bat
         ./vcpkg install apr apr-util --triplet=x64-windows
 
+    - name: 'Install zip'
+      id: install-zip
+      shell: pwsh
+      run: |
+        $Env:PATH += ";C:\msys64\usr\bin"
+        pacman -S zip
+
     - name: 'run cmake'
       shell: pwsh
       run: |

Reply via email to