We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cc71f commit 222a4d1Copy full SHA for 222a4d1
.github/workflows/ci_tests.yml
@@ -103,7 +103,7 @@ jobs:
103
shell: cmd
104
run: |
105
cd __buildBoost
106
- ./b2 link=static toolset=$B2_TOOLSET address-model=64 -j$(nproc) --prefix="$BOOST_ROOT" install
+ .\b2 link=static toolset=$B2_TOOLSET address-model=64 --prefix="$BOOST_ROOT" install
107
cd ..
108
rm -r __buildBoost || true
109
- name: Create standalone
0 commit comments