Skip to content

Commit

Permalink
Find dumpbin / objdump
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Sep 30, 2023
1 parent fb15a14 commit b6e581d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ jobs:
- { generator: 'MinGW Makefiles', qt: '6.6.0', qtArch: win64_mingw }
- { generator: 'MinGW Makefiles', tool: mingw, dll: libQtPokit.dll }
steps:
- shell: bash
run: find / -name '*objdump*' -or -name 'dumpbin.exe'
- uses: actions/checkout@v4
- name: Install host Qt for cross-compilation
if: matrix.arch == 'arm64'
Expand Down Expand Up @@ -299,7 +301,6 @@ jobs:
run: |
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\cli
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\lib
x86_64-w64-mingw32-objdump -x test\unit\cli\testAbstractCommand.exe
working-directory: ${{ runner.temp }}
- name: Test # We can't execute arm64 binaries on an x86-64 host.
if: matrix.arch != 'arm64'
Expand Down

0 comments on commit b6e581d

Please sign in to comment.