diff --git a/.github/workflows/windows-build.yml b/.github/workflows/windows-build.yml index 784f9bdc6..a4a4de418 100644 --- a/.github/workflows/windows-build.yml +++ b/.github/workflows/windows-build.yml @@ -133,7 +133,7 @@ jobs: Get-Content ${{env.USER_CONFIG}} cd lib/boost cmd.exe /c 'bootstrap.bat' - .\b2.exe --user-config=${{env.USER_CONFIG}} -j6 -sNO_ZLIB=0 -sZLIB_INCLUDE="zlib-1.3" -sZLIB_SOURCE="zlib-1.3" address-model=64 link=static python="3.6","3.7","3.8","3.9","3.10" + .\b2.exe --user-config=${{env.USER_CONFIG}} -j6 -sNO_ZLIB=0 -sZLIB_INCLUDE="zlib-1.3" -sZLIB_SOURCE="zlib-1.3" address-model=64 link=static python=3.6,3.7,3.8,3.9,3.10 build-libs: