This is an automated email from the ASF dual-hosted git repository.
rmiddleton pushed a commit to branch LOGCXX-514
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
The following commit(s) were added to refs/heads/LOGCXX-514 by this push:
new b6d00ca3 Add fmt to windows
b6d00ca3 is described below
commit b6d00ca36c5604ffa606714e0941ce80026afe5d
Author: Robert Middleton <[email protected]>
AuthorDate: Wed Nov 23 16:41:12 2022 -0500
Add fmt to windows
---
.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 2dcc0b69..012c41c0 100644
--- a/.github/workflows/log4cxx-windows.yml
+++ b/.github/workflows/log4cxx-windows.yml
@@ -58,7 +58,7 @@ jobs:
run: |
cd vcpkg
./bootstrap-vcpkg.bat
- ./vcpkg install apr apr-util --triplet=x64-windows
+ ./vcpkg install apr apr-util fmt --triplet=x64-windows
- name: 'Install zip'
id: install-zip