Skip to content

Commit

Permalink
workflows: windows: Specify working directory for dumpbin step
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 d7d58bc commit ee89020
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/call-windows-unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ jobs:

- name: Display dependencies w/ dumpbin
run: |
dumpbin /dependents .build\bin\fluent-bit.exe
dumpbin /dependents .\bin\fluent-bit.exe
working-directory: build

- name: Build unit-test for Fluent Bit packages (only for x86 and x64)
run: |
Expand Down

0 comments on commit ee89020

Please sign in to comment.