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 0cddf7ea install zip
0cddf7ea is described below
commit 0cddf7eadba630e69b42732dae617aa58802fcba
Author: Robert Middleton <[email protected]>
AuthorDate: Thu Oct 27 20:33:08 2022 -0400
install zip
---
.github/workflows/log4cxx-windows-static.yml | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/.github/workflows/log4cxx-windows-static.yml
b/.github/workflows/log4cxx-windows-static.yml
index dedfd3d1..5cb4de2a 100644
--- a/.github/workflows/log4cxx-windows-static.yml
+++ b/.github/workflows/log4cxx-windows-static.yml
@@ -60,6 +60,13 @@ jobs:
./bootstrap-vcpkg.bat
./vcpkg install apr apr-util --triplet=x64-windows-static
+ - name: 'Install zip'
+ id: install-zip
+ shell: pwsh
+ run: |
+ $Env:PATH += ";C:\msys64\usr\bin"
+ pacman --noconfirm -S zip
+
- name: 'run cmake - static'
shell: pwsh
run: |