From 34cfcaa9cb2c4409a3dc09c9f680417712499fb3 Mon Sep 17 00:00:00 2001 From: namark Date: Sat, 25 May 2024 23:21:23 +0400 Subject: [PATCH] Temporarily disabled installer logs in GHA windows PR build. --- .github/workflows/pr_build.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 06bf6ded09..8be34ca132 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -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'