Skip to content

Commit

Permalink
Quotes on windows-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
albertoesmp authored Mar 14, 2024
1 parent 8e32535 commit 721c3bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 721c3bb

Please sign in to comment.