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 bd3afd68 change cache to be named static
bd3afd68 is described below
commit bd3afd68b00f8d576a46d164feceaef7d25775e5
Author: Robert Middleton <[email protected]>
AuthorDate: Thu Oct 27 20:18:49 2022 -0400
change cache to be named static
---
.github/workflows/log4cxx-windows-static.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/log4cxx-windows-static.yml
b/.github/workflows/log4cxx-windows-static.yml
index 5ba9e7e8..dedfd3d1 100644
--- a/.github/workflows/log4cxx-windows-static.yml
+++ b/.github/workflows/log4cxx-windows-static.yml
@@ -41,7 +41,7 @@ jobs:
uses: actions/cache@v3
with:
path: vcpkg
- key: ${{ runner.os }}-${{ matrix.name }}-cache-x64
+ key: ${{ runner.os }}-${{ matrix.name }}-cache-x64-static
- name: 'Checkout VCPKG'
if: steps.restore-vcpkg-cache.outputs.cache-hit != 'true'