Skip to content

Commit

Permalink
Temporarily disabled installer logs in GHA windows PR build.
Browse files Browse the repository at this point in the history
  • Loading branch information
namark committed May 25, 2024
1 parent c6da280 commit 34cfcaa
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,11 +343,12 @@ jobs:
echo "Disk usage:"
df -h
- name: Output Installer Logs
if: failure() && matrix.os == 'windows-2019'
shell: bash
working-directory: ${{runner.workspace}}/build
run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log
# TODO: uncomment
# - name: Output Installer Logs
# if: failure() && matrix.os == 'windows-2019'
# shell: bash
# working-directory: ${{runner.workspace}}/build
# run: cat ./_CPack_Packages/win64/NSIS/NSISOutput.log

- name: Upload full build
if: matrix.build_type == 'full' && matrix.os != 'ubuntu-18.04' && matrix.os != 'ubuntu-20.04'
Expand Down

0 comments on commit 34cfcaa

Please sign in to comment.