From 7b709adc035ccdf98d3a1c5f842c0daed0bcbe0a Mon Sep 17 00:00:00 2001 From: Peter Limkilde Svendsen Date: Mon, 25 Mar 2024 15:29:43 +0100 Subject: [PATCH] Revert "Also show deps using dumpbin" This reverts commit 9c610161b5781bc7fdf4e245a1a1665af1f1d7b9. --- .github/workflows/build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94aa35b..3a7fb21 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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}