copy over zlibd debug file

probably fixes other issues, but makes it so windows debug builds work again
also adds windows debug building to catch this stuff
This commit is contained in:
David Markowitz
2024-10-27 11:10:17 -07:00
parent 102e3556cf
commit e0b54645dc
4 changed files with 163 additions and 121 deletions

View File

@@ -13,7 +13,7 @@ jobs:
continue-on-error: true
strategy:
matrix:
os: [ windows-2022, ubuntu-22.04, macos-13 ]
os: [ windows-2022, ubuntu-22.04, macos-13, windows-2022-debug ]
steps:
- uses: actions/checkout@v3