summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-03-31 12:52:54 +0200
committerGitHub <noreply@github.com>2023-03-31 12:52:54 +0200
commitb93c3352cf8772ec2678c062977f645c112658aa (patch)
tree312583cad4fddb7cb7b105c413b5b0d0ad74e177
parent307f1fc30267dde08c28d5665716530ce7ff0abd (diff)
parent758dcad46731a8dc1e7e7261c27acb51d0774091 (diff)
downloadMPC-b93c3352cf8772ec2678c062977f645c112658aa.tar.gz
Merge pull request #182 from jwillemsen/jwi-vcpkg11
Upgrade to run-vcpkg@v11
-rw-r--r--.github/workflows/windows.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 9e5ed6e8..9e1e5f95 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -81,10 +81,9 @@ jobs:
'{"name": "tao","version-string": "githubaction","dependencies": [ ${{ matrix.vcpkgpackages }} ]}' > vcpkg.json
shell: pwsh
- name: Install vcpkg
- uses: lukka/run-vcpkg@v10
+ uses: lukka/run-vcpkg@v11
with:
- vcpkgGitCommitId: 94ce0dab56f4d8ba6bd631ba59ed682b02d45c46
- appendedCacheKey: ${{ matrix.name }}
+ vcpkgGitCommitId: 5b1214315250939257ef5d62ecdcbca18cf4fb1c
runVcpkgInstall: true
- name: create $ACE_ROOT/ace/config.h
run: |