Skip to content

Commit

Permalink
dumpbin -> llvm-objdump -p
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Dec 5, 2022
1 parent 8cbc1f3 commit dfc5c0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
cmake --build build --config Debug -j 2
if(!$?) { Exit $LASTEXITCODE }
dumpbin /dependents build\lib\site-packages\amrex\amrex_pybind.cp311-win_amd64.pyd
llvm-objdump -p build\lib\site-packages\amrex\amrex_pybind.cp311-win_amd64.pyd
cmake --build build --config Debug --target install
if(!$?) { Exit $LASTEXITCODE }
Expand Down

0 comments on commit dfc5c0e

Please sign in to comment.