FrancisRussell / zoog

Updates Opus headers and R128 tags to normalize playback volume for non-R128-aware players.
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Workflows depend on unmaintained GitHub actions #97

Closed FrancisRussell closed 1 year ago

FrancisRussell commented 1 year ago

Both the CI and release workflows depend on actions-rs which seems to be unmaintained. This impacts installing the toolchain, building and use of cargo clippy and cargo test.

Use of https://github.com/dtolnay/rust-toolchain appears to be the current workaround for installing a Rust toolchain, but it does not appear to have support for cross.

FrancisRussell commented 1 year ago

Resolved by https://github.com/FrancisRussell/zoog/pull/110.