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 298f2ee commit a04ffa4Copy full SHA for a04ffa4
.github/workflows/github-actions.yml
@@ -34,14 +34,14 @@ jobs:
34
uses: actions/cache@v4
35
with:
36
path: vcpkg
37
- key: ${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}-857bccdad005957391854448a15ba30e8c118503
+ key: ${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}-43a81834cc9d6d953bd5ca8153437ef65fed86ab
38
if: matrix.os == 'windows-latest'
39
40
- name: checkout vcpkg
41
uses: actions/checkout@v4
42
43
- repository: "microsoft/vcpkg"
44
- ref: 857bccdad005957391854448a15ba30e8c118503
+ repository: "offscale/vcpkg"
+ ref: project0
45
46
if: matrix.os == 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
47
0 commit comments