Skip to content

Commit 2f2c2eb

Browse files
committed
Update cmake.yml
1 parent b79e828 commit 2f2c2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Build
9797
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
98-
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
98+
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} VERBOSE=1
9999

100100
- name: Test
101101
working-directory: ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)