From 9d2ddc0bf8a5b55c933d4b9d1fe65d54719e4e53 Mon Sep 17 00:00:00 2001 From: dP Date: Thu, 22 Feb 2024 21:30:34 +0530 Subject: [PATCH] Don't generate breakpad symbols whatever that is --- .github/workflows/release-windows.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/release-windows.yml b/.github/workflows/release-windows.yml index edd303dd0a..7a04122bea 100644 --- a/.github/workflows/release-windows.yml +++ b/.github/workflows/release-windows.yml @@ -60,9 +60,9 @@ jobs: choco install pandoc echo "::endgroup::" - echo "::group::Install breakpad dependencies" - cargo install dump_syms - echo "::endgroup::" + # echo "::group::Install breakpad dependencies" + # cargo install dump_syms + # echo "::endgroup::" - name: Install MSVC problem matcher uses: ammaraskar/msvc-problem-matcher@master @@ -161,11 +161,11 @@ jobs: env: WINDOWS_CERTIFICATE_COMMON_NAME: ${{ secrets.WINDOWS_CERTIFICATE_COMMON_NAME }} - - name: Create breakpad symbols - shell: bash - run: | - cd build - dump_syms openttd.pdb --inlines --store symbols + # - name: Create breakpad symbols + # shell: bash + # run: | + # cd build + # dump_syms openttd.pdb --inlines --store symbols - name: Create bundles shell: bash