rust3ds / ctru-rs

Rust wrapper for libctru
https://rust3ds.github.io/ctru-rs/
Other
117 stars 17 forks source link

Fix CI by running apt-get update before install #72

Closed AzureMarker closed 1 year ago

AzureMarker commented 1 year ago

The apt package cache was out of date, causing failures. Example: https://github.com/Meziu/ctru-rs/actions/runs/3186950814/jobs/5250099350

Also fixed a new clippy lint warning.