aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/validate.yml
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2022-08-26 10:07:15 +0200
committerDan Engelbrecht <[email protected]>2022-08-26 10:07:15 +0200
commit73310d2c641b3a75662f40c1c82a17e4ad24fa00 (patch)
tree48463ef7b47e60a04cf32bab8aaa865955aa246c /.github/workflows/validate.yml
parent0.1.4-pre24 (diff)
downloadzen-73310d2c641b3a75662f40c1c82a17e4ad24fa00.tar.xz
zen-73310d2c641b3a75662f40c1c82a17e4ad24fa00.zip
redefine vcpkg cache naming
Diffstat (limited to '.github/workflows/validate.yml')
-rw-r--r--.github/workflows/validate.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml
index ce51635c4..a3d02b9fc 100644
--- a/.github/workflows/validate.yml
+++ b/.github/workflows/validate.yml
@@ -78,7 +78,7 @@ jobs:
with:
path: |
${{ github.workspace }}\.vcpkg\installed
- key: ${{ runner.os }}-${{ matrix.config }}-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-${{ matrix.arch }}-v8
+ key: ${{ runner.os }}-validate-${{ matrix.config }}-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-${{ matrix.arch }}-v1
- name: Config
run: |
@@ -149,7 +149,7 @@ jobs:
with:
path: |
${{ github.workspace }}/.vcpkg/installed
- key: ${{ runner.os }}-${{ matrix.config }}-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-${{ matrix.arch }}-v8
+ key: ${{ runner.os }}-validate-${{ matrix.config }}-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-${{ matrix.arch }}-v1
- name: Config
run: |
@@ -214,7 +214,7 @@ jobs:
with:
path: |
${{ github.workspace }}/.vcpkg/installed
- key: ${{ runner.os }}-${{ matrix.config }}-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-${{ matrix.arch }}-v8
+ key: ${{ runner.os }}-validate-${{ matrix.config }}-${{env.VCPKG_VERSION}}-${{ hashFiles('xmake.lua') }}-${{ matrix.arch }}-v1
- name: Config
run: |