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.
2 parents 5312993 + 3d9bb36 commit b2f5f57Copy full SHA for b2f5f57
.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 -j$(nproc) --prefix="$BOOST_ROOT" install
107
cd ..
108
rm -r __buildBoost || true
109
- name: Create standalone
0 commit comments