Skip to content

Commit

Permalink
dumpbin2
Browse files Browse the repository at this point in the history
  • Loading branch information
igormcoelho committed Dec 7, 2023
1 parent 5bc30fe commit b75d309
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cmake -S. -Bbuild_out -GNinja
ninja -Cbuild_out
# mv optframe/optframe_lib.dll optframe/optframe_lib.dll
dumpbin /EXPORTS optframe/optframe_lib.dll
dumpbin optframe/optframe_lib.dll
- name: make test_local (all)
shell: bash
run: |
Expand Down

0 comments on commit b75d309

Please sign in to comment.