Skip to content

Commit a04ffa4

Browse files
committed
[.github/workflows/github-actions.yml] Use my vcpkg
1 parent 298f2ee commit a04ffa4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/github-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ jobs:
3434
uses: actions/cache@v4
3535
with:
3636
path: vcpkg
37-
key: ${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}-857bccdad005957391854448a15ba30e8c118503
37+
key: ${{ runner.os }}-${{ hashFiles('**/vcpkg.json') }}-43a81834cc9d6d953bd5ca8153437ef65fed86ab
3838
if: matrix.os == 'windows-latest'
3939

4040
- name: checkout vcpkg
4141
uses: actions/checkout@v4
4242
with:
43-
repository: "microsoft/vcpkg"
44-
ref: 857bccdad005957391854448a15ba30e8c118503
43+
repository: "offscale/vcpkg"
44+
ref: project0
4545
path: vcpkg
4646
if: matrix.os == 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
4747

0 commit comments

Comments
 (0)