Closed DavidBJaffe closed 2 years ago
This is the same problem as in https://github.com/aldanor/hdf5-rust/pull/211. A workaround is setting this feature yourself (add libz-sys
as a dependency) while waiting for a merge and release of a new version
Solved following #211, thank you very much!!
I am trying to build for Windows using GitHub Actions. I had a version that built using
however the executable that is built gives an error
H5Dread(): can't read data: inflateInit() failed
, perhaps the same problem as in https://github.com/aldanor/hdf5-rust/issues/206. So I triedHowever, this does not build. I get the error message
In the
yaml
file forGitHub Actions
, I have justcargo build --release
, but am guessing I need something else. Any ideas?