Skip to content

Commit 8b0bd29

Browse files
committed
Upgrade to run-vcpkg@v11
* .github/workflows/windows.yml:
1 parent 307f1fc commit 8b0bd29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +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
86+
vcpkgGitCommitId: 5b1214315250939257ef5d62ecdcbca18cf4fb1c
8787
appendedCacheKey: ${{ matrix.name }}
8888
runVcpkgInstall: true
8989
- name: create $ACE_ROOT/ace/config.h

0 commit comments

Comments
 (0)