From 8648cef631078e41cf91ef7d0367a4ff136dfab8 Mon Sep 17 00:00:00 2001 From: Paul Colby Date: Sat, 30 Sep 2023 13:04:39 +1000 Subject: [PATCH] Dump a binary to see dependencies --- .github/workflows/build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 4b1ade006..fa0d4cfdf 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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'