Skip to content

Commit

Permalink
dumpbin 3
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Dec 7, 2023
1 parent b75d309 commit 6e2a30c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@ jobs:
ninja -Cbuild_out
# mv optframe/optframe_lib.dll optframe/optframe_lib.dll
dumpbin optframe/optframe_lib.dll
- name: dumpbin CMD (windows)
if: contains(matrix.os, 'windows')
shell: cmd
run: |
dumpbin /EXPORTS optframe\optframe_lib.dll
- name: make test_local (all)
shell: bash
run: |
Expand Down

0 comments on commit 6e2a30c

Please sign in to comment.