mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 10:43:56 +02:00
Adding back in debug of installer logs on windows installer build
failure
This commit is contained in:
parent
bdce8134fc
commit
8b550710c9
1 changed files with 5 additions and 0 deletions
5
.github/workflows/pr_build.yml
vendored
5
.github/workflows/pr_build.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue