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

swebb2066 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 dc7e0128 Try a more recent vcpkg
dc7e0128 is described below

commit dc7e012801da7a318463ce78491f9d56132fd6d9
Author: Stephen Webb <[email protected]>
AuthorDate: Thu Oct 27 16:12:34 2022 +1100

    Try a more recent vcpkg
---
 .github/workflows/log4cxx-windows-static.yml | 2 +-
 .github/workflows/log4cxx-windows.yml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/log4cxx-windows-static.yml 
b/.github/workflows/log4cxx-windows-static.yml
index 25c0e7e1..1005e5a1 100644
--- a/.github/workflows/log4cxx-windows-static.yml
+++ b/.github/workflows/log4cxx-windows-static.yml
@@ -49,7 +49,7 @@ jobs:
       with:
         repository: microsoft/vcpkg
         path: vcpkg
-        ref: af2287382b1991dbdcb7e5112d236f3323b9dd7a
+        ref: 2022.10.19
 
     - name: 'Configure Dependencies'
       if: steps.restore-vcpkg-cache.outputs.cache-hit != 'true'
diff --git a/.github/workflows/log4cxx-windows.yml 
b/.github/workflows/log4cxx-windows.yml
index f2e4b69e..9431861a 100644
--- a/.github/workflows/log4cxx-windows.yml
+++ b/.github/workflows/log4cxx-windows.yml
@@ -49,7 +49,7 @@ jobs:
       with:
         repository: microsoft/vcpkg
         path: vcpkg
-        ref: af2287382b1991dbdcb7e5112d236f3323b9dd7a
+        ref: 2022.10.19
 
     - name: 'Configure Dependencies'
       if: steps.restore-vcpkg-cache.outputs.cache-hit != 'true'

Reply via email to