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 4091944d noconfirm pacman
4091944d is described below
commit 4091944da12650bf835f52dbcdd450b507482f61
Author: Robert Middleton <[email protected]>
AuthorDate: Thu Oct 27 19:46:20 2022 -0400
noconfirm pacman
---
.github/workflows/log4cxx-windows.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/log4cxx-windows.yml
b/.github/workflows/log4cxx-windows.yml
index 1e774212..ee558ca2 100644
--- a/.github/workflows/log4cxx-windows.yml
+++ b/.github/workflows/log4cxx-windows.yml
@@ -65,7 +65,7 @@ jobs:
shell: pwsh
run: |
$Env:PATH += ";C:\msys64\usr\bin"
- pacman -S zip
+ pacman --noconfirm -S zip
- name: 'run cmake'
shell: pwsh