We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f5d1e commit 846e631Copy full SHA for 846e631
.github/workflows/build-steps.yml
@@ -74,7 +74,8 @@ jobs:
74
uses: actions/cache@v4
75
with:
76
path: C:/vcpkg/installed
77
- key: vcpkg-${{ runner.os }}-${{ hashFiles('build_scripts/vcpkg.json') }}-${{ hashFiles('build_scripts/vcpkg.json.lock') }}
+ key: |
78
+ vcpkg-${{ runner.os }}-${{ hashFiles('build_scripts/vcpkg.json') }}-${{ hashFiles('build_scripts/vcpkg.json.lock') }}
79
restore-keys: |
80
vcpkg-${{ runner.os }}-
81
0 commit comments