This is an automated email from the ASF dual-hosted git repository. rmiddleton pushed a commit to branch update-vcpkg-windows in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit 20176d3505a7dfd11bb9c041981703a402b1a915 Author: Robert Middleton <[email protected]> AuthorDate: Sat Feb 4 18:16:03 2023 -0500 Update vcpkg version for windows --- .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 5cb4de2a..9263f30e 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: 2022.10.19 + ref: 0ba60bfef5dea4cb2599daa7ad8364e309835a68 - 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 e8b73a0b..001df6be 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: 2022.10.19 + ref: 0ba60bfef5dea4cb2599daa7ad8364e309835a68 - name: 'Configure Dependencies' if: steps.restore-vcpkg-cache.outputs.cache-hit != 'true'
