Skip to content

Commit

Permalink
Try showing libdelaunator deps on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
plimkilde committed Mar 25, 2024
1 parent 0cfb22f commit 06bd8cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ jobs:
shell: cmd /C CALL {0}
run: >-
python src/build/build.py -v -x64 -force -cc gcc -cxx g++
- name: Show libdelaunator dependencies
run: ldd qc/thatsDEM/lib/libdelaunator.dll
- name: Test with pytest
shell: cmd /C CALL {0}
run: >-
Expand Down

0 comments on commit 06bd8cc

Please sign in to comment.