noritada / grib-rs

GRIB format parser for Rust
Apache License 2.0
57 stars 9 forks source link

Fix build failures with openjpeg-sys 1.0.4 #17

Closed noritada closed 2 years ago

noritada commented 2 years ago

As noted in comments in PR #6, openjpeg-sys 1.0.2 also triggered a build failure on windows-latest. So, this PR limits openjpeg-sys to 1.0.3 for now as a workaround.

Closes #16.

noritada commented 2 years ago

The GitHub Actions workflow failed, but the cause was basically a Git repository checkout problem. After re-running the workflow twice more, four of the five jobs (ones except for "Lint and Clippy") succeeded at least once. So, I'm going to assume that this PR is fine and will merge it.