Don't generate breakpad symbols whatever that is

This commit is contained in:
dP
2024-02-22 21:30:34 +05:30
parent dad6cf0361
commit 9d2ddc0bf8

View File

@@ -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