Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-dejoue committed Aug 14, 2023
1 parent 4b706a3 commit 4de6806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Build
working-directory: ${{ github.workspace }}/build
run: cmake --build . --config ${{ env.BUILD_TYPE }}
run: cmake --build . --config ${{ env.BUILD_TYPE }} --verbose

- name: Version
working-directory: ${{ github.workspace }}/build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/packaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install
working-directory: ${{ github.workspace }}/build
run: cmake --install . --config ${{ matrix.build_type }} --prefix install
run: cmake --install . --config ${{ matrix.build_type }} --prefix install --verbose

- name: Upload
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4de6806

Please sign in to comment.