Skip to content

Commit

Permalink
Revert "Also show deps using dumpbin"
Browse files Browse the repository at this point in the history
This reverts commit 9c61016.
  • Loading branch information
plimkilde committed Mar 25, 2024
1 parent 9c61016 commit 7b709ad
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ jobs:
shell: cmd /C CALL {0}
run: >-
python src/build/build.py -v -x64 -force -cc gcc -cxx g++
- name: Show libdelaunator dependencies (dumpbin)
run: dumpbin /dependents qc/thatsDEM/lib/libdelaunator.dll
- name: Show libdelaunator dependencies (ldd)
- name: Show libdelaunator dependencies
run: ldd qc/thatsDEM/lib/libdelaunator.dll
- name: Test with pytest
shell: cmd /C CALL {0}
Expand Down

0 comments on commit 7b709ad

Please sign in to comment.