Skip to content

Commit 42f9d9d

Browse files
authored
Add 'x86' build config for Windows CI
1 parent 20590e9 commit 42f9d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
compiler: [msvc-2017, msvc-2019]
2323
base-flags: ["", -DJINJA2CPP_CXX_STANDARD=17]
2424
build-config: [Release, Debug]
25-
build-platform: [x64, x64]
25+
build-platform: [x86, x64]
2626
build-runtime: ["", /MT, /MD]
2727

2828
include:

0 commit comments

Comments
 (0)