Skip to content

Commit 42e73e9

Browse files
committed
make build more verbose
1 parent 4d14615 commit 42e73e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pybind11.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
${{ matrix.args }}
9999
100100
- name: Build C++11
101-
run: cmake --build . -j 2
101+
run: cmake --build . -j 2 -vv
102102

103103
- name: Python tests C++11
104104
run: cmake --build . --target pytest -j 2

0 commit comments

Comments
 (0)