Skip to content

Commit b2f5f57

Browse files
committed
Merge branch 'develop'
2 parents 5312993 + 3d9bb36 commit b2f5f57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
shell: cmd
104104
run: |
105105
cd __buildBoost
106-
./b2 link=static toolset=$B2_TOOLSET address-model=64 -j$(nproc) --prefix="$BOOST_ROOT" install
106+
b2 link=static toolset=$B2_TOOLSET address-model=64 -j$(nproc) --prefix="$BOOST_ROOT" install
107107
cd ..
108108
rm -r __buildBoost || true
109109
- name: Create standalone

0 commit comments

Comments
 (0)