summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-03-31 13:39:43 +0200
committerGitHub <noreply@github.com>2023-03-31 13:39:43 +0200
commitb50aba0fdce1069b9aa9b1baac9adee396663779 (patch)
treea5e42f64034f461caa78465430cb972c37087f60
parent20f5d0f0efe6cc2d12808490e1fdeaefb1cf94cc (diff)
parent0e73d52a4e277537ef3c0401bac30efb602eedc0 (diff)
downloadATCD-b50aba0fdce1069b9aa9b1baac9adee396663779.tar.gz
Merge pull request #2067 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 d16e9f2a9bd..f0a664761c0 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -129,10 +129,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: |