Skip to content

Commit f167fbd

Browse files
authored
Merge pull request DOCGroup#148 from mitza-oci/gha-vs2022
GitHub Actions for VS2022
2 parents 2fb865f + 7882613 commit f167fbd

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/windows.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,14 @@ jobs:
4141
vcpkgarch: x86-windows
4242
vcpkglibdir: lib
4343
vcpkgpackages: openssl xerces-c zlib
44+
- name: VS2022Debug64
45+
vmimage: windows-2022
46+
mpctype: vs2022
47+
BuildPlatform: x64
48+
BuildConfiguration: Debug
49+
vcpkgarch: x64-windows
50+
vcpkglibdir: debug/lib
51+
vcpkgpackages: openssl xerces-c zlib
4452
runs-on: ${{ matrix.vmimage }}
4553
name: ${{ matrix.name }}
4654
env:
@@ -66,7 +74,7 @@ jobs:
6674
- name: Install vcpkg
6775
uses: lukka/run-vcpkg@v7
6876
with:
69-
vcpkgGitCommitId: d417ae59d6e9aa20d9f812b5deb966645c54687d
77+
vcpkgGitCommitId: 70033dbb31527fb3e69654731f540f59c87787f9
7078
vcpkgArguments: --recurse ${{ matrix.vcpkgpackages }}
7179
vcpkgTriplet: ${{ matrix.vcpkgarch }}
7280
appendedCacheKey: ${{ matrix.name }}

0 commit comments

Comments
 (0)