Skip to content

Commit b93c335

Browse files
authored
Merge pull request DOCGroup#182 from jwillemsen/jwi-vcpkg11
Upgrade to run-vcpkg@v11
2 parents 307f1fc + 758dcad commit b93c335

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,9 @@ jobs:
8181
'{"name": "tao","version-string": "githubaction","dependencies": [ ${{ matrix.vcpkgpackages }} ]}' > vcpkg.json
8282
shell: pwsh
8383
- name: Install vcpkg
84-
uses: lukka/run-vcpkg@v10
84+
uses: lukka/run-vcpkg@v11
8585
with:
86-
vcpkgGitCommitId: 94ce0dab56f4d8ba6bd631ba59ed682b02d45c46
87-
appendedCacheKey: ${{ matrix.name }}
86+
vcpkgGitCommitId: 5b1214315250939257ef5d62ecdcbca18cf4fb1c
8887
runVcpkgInstall: true
8988
- name: create $ACE_ROOT/ace/config.h
9089
run: |

0 commit comments

Comments
 (0)