Skip to content

Commit

Permalink
Use objdump instead
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 16, 2023
1 parent 196bcd9 commit 4fccbb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ 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
objdump.exe -p dokit.exe
working-directory: ${{ runner.temp }}
- run: gdb -ex=run -ex=bt "$RUNNER_TEMP/portable/dokit.exe"
shell: bash
Expand Down

0 comments on commit 4fccbb4

Please sign in to comment.