Skip to content

Commit 4a533a8

Browse files
committed
Invoke the installed b2 on Windows.
1 parent a12a4b1 commit 4a533a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp_b2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ jobs:
157157
shell: cmd
158158
run: |
159159
cd cpp
160-
b2 -d+2 --debug-configuration %B2_ARGS% test
160+
C:\b2\b2.exe -d+2 --debug-configuration %B2_ARGS% test

0 commit comments

Comments
 (0)