Skip to content

Commit

Permalink
print verbose output
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilmore10 committed Apr 25, 2024
1 parent 6d4f605 commit c5c5c92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Build Example
run: |
cd example
cmake -S . -B build -D CMAKE_INSTALL_PREFIX=${{ env.LIBMEXCLASS_INSTALL_PREFIX }} -D LIBMEXCLASS_FETCH_CONTENT_GIT_TAG=${{ github.sha }}
cmake -S . -B build -D CMAKE_INSTALL_PREFIX=${{ env.LIBMEXCLASS_INSTALL_PREFIX }} -D LIBMEXCLASS_FETCH_CONTENT_GIT_TAG=${{ github.sha }} --verbose
cmake --build build --config Release --target install --verbose
- name: Run Example
uses: matlab-actions/run-command@v2
Expand Down

0 comments on commit c5c5c92

Please sign in to comment.