Skip to content

Commit 222a4d1

Browse files
committed
Fix b2 command on Windows (MinGW) CI
1 parent 18cc71f commit 222a4d1

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 --prefix="$BOOST_ROOT" install
107107
cd ..
108108
rm -r __buildBoost || true
109109
- name: Create standalone

0 commit comments

Comments
 (0)