Skip to content

Commit

Permalink
workflows: windows: Display dependent DLLs by dumpbin
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Mar 27, 2024
1 parent da69e70 commit c3b7a8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/call-windows-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,10 @@ jobs:
build/**/*.exe
if-no-files-found: error

- name: Display dependencies w/ dumpbin
run: |
dumpbin /dependents .\bin\fluent-bit.exe
- name: Build unit-test for Fluent Bit packages (only for x86 and x64)
run: |
ctest --build-run-dir "$PWD" --output-on-failure
Expand Down

0 comments on commit c3b7a8b

Please sign in to comment.