Skip to content

Commit

Permalink
Adding back in debug of installer logs on windows installer build
Browse files Browse the repository at this point in the history
failure
  • Loading branch information
hd23408 committed Dec 26, 2019
1 parent bdce813 commit 8b55071
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,11 @@ jobs:
working-directory: ${{runner.workspace}}/build
shell: bash
run: cmake --build . --config $BUILD_TYPE --target package
- name: Output Installer Logs
if: failure() && matrix.os == 'windows-latest'
shell: bash
working-directory: ${{runner.workspace}}/build
run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log

build_full_linux:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8b55071

Please sign in to comment.