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.
2 parents 307f1fc + 758dcad commit b93c335Copy full SHA for b93c335
.github/workflows/windows.yml
@@ -81,10 +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
87
- appendedCacheKey: ${{ matrix.name }}
+ vcpkgGitCommitId: 5b1214315250939257ef5d62ecdcbca18cf4fb1c
88
runVcpkgInstall: true
89
- name: create $ACE_ROOT/ace/config.h
90
run: |
0 commit comments