Optimizing PNGs in GitHub Actions using Oxipng | Simon Willison’s TILs
Discovered: May 19, 2022 13:39 Optimizing PNGs in GitHub Actions using Oxipng ¦ Simon Willison’s TILs <— aka how to compile a rust crate only once using the cache
github action <– QUOTE: I used the tmate trick to try that out in a GitHub Actions worker - the cargo I didn't want to do this on every run, so I looked into ways to cache the built program. Thankfully the actions/cache action documents how to use it with Rust.