Skip to content

Commit

Permalink
.github/workflows/windows.yml: Follow-up to r1920677: Specify toolset…
Browse files Browse the repository at this point in the history
… parameter

in job matrix.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920678 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent cc32a24 commit 70329cf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
arch: x64
build-type: Debug
generator: "Visual Studio 17 2022"
toolset: "v143"
build-shared: ON
dso-build: ON
packages: expat
Expand All @@ -27,6 +28,7 @@ jobs:
arch: x86
build-type: Debug
generator: "Visual Studio 17 2022"
toolset: "v143"
build-shared: ON
dso-build: ON
packages: expat
Expand All @@ -36,6 +38,7 @@ jobs:
arch: x64
build-type: Debug
generator: "Visual Studio 17 2022"
toolset: "v143"
build-shared: ON
dso-build: ON
packages: libxml2
Expand All @@ -49,6 +52,7 @@ jobs:
arch: x64
build-type: Debug
generator: "Visual Studio 17 2022"
toolset: "v143"
build-shared: ON
dso-build: ON
packages: libxml2
Expand All @@ -62,6 +66,7 @@ jobs:
arch: x64
build-type: Debug
generator: "Visual Studio 17 2022"
toolset: "v143"
build-shared: ON
dso-build: OFF
packages: expat
Expand All @@ -71,6 +76,7 @@ jobs:
arch: x64
build-type: Debug
generator: "Visual Studio 17 2022"
toolset: "v143"
build-shared: ON
dso-build: OFF
packages: expat
Expand All @@ -84,6 +90,7 @@ jobs:
arch: x64
build-type: Debug
generator: "Visual Studio 17 2022"
toolset: "v143"
build-shared: ON
dso-build: OFF
packages: expat sqlite3 openssl libiconv
Expand All @@ -98,6 +105,7 @@ jobs:
arch: x64
build-type: Debug
generator: "Visual Studio 17 2022"
toolset: "v143"
build-shared: OFF
dso-build: OFF
packages: expat
Expand Down

0 comments on commit 70329cf

Please sign in to comment.