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 307f1fc commit 8b0bd29Copy full SHA for 8b0bd29
.github/workflows/windows.yml
@@ -81,9 +81,9 @@ jobs:
81
'{"name": "tao","version-string": "githubaction","dependencies": [ ${{ matrix.vcpkgpackages }} ]}' > vcpkg.json
82
shell: pwsh
83
- name: Install vcpkg
84
- uses: lukka/run-vcpkg@v10
+ uses: lukka/run-vcpkg@v11
85
with:
86
- vcpkgGitCommitId: 94ce0dab56f4d8ba6bd631ba59ed682b02d45c46
+ vcpkgGitCommitId: 5b1214315250939257ef5d62ecdcbca18cf4fb1c
87
appendedCacheKey: ${{ matrix.name }}
88
runVcpkgInstall: true
89
- name: create $ACE_ROOT/ace/config.h
0 commit comments