Skip to content

Commit

Permalink
Dump a binary to see dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Sep 30, 2023
1 parent da2917d commit 8648cef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ jobs:
run: |
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\cli
copy /v /b src\lib\${{ matrix.dll }} /b test\unit\lib
dumpbin /dependents 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 8648cef

Please sign in to comment.