Skip to content

Commit

Permalink
More diagnositcs
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 16, 2023
1 parent 71a8d65 commit 196bcd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,10 @@ jobs:
cd portable
windeployqt --compiler-runtime --release --verbose 2 dokit.exe ${{ matrix.dll }}
:: dokit.exe --version # This would hang the job, because Qt will show a message box.
dumpbin /dependents dokit.exe
working-directory: ${{ runner.temp }}
- run: gdb -ex=run -ex=bt "$RUNNER_TEMP/portable/dokit.exe"
shell: bash
- name: Check portable version
if: matrix.arch != 'arm64'
shell: bash
Expand Down

0 comments on commit 196bcd9

Please sign in to comment.