casey / intermodal

A command-line utility for BitTorrent torrent file creation, verification, and more
https://imdl.io
Creative Commons Zero v1.0 Universal
487 stars 25 forks source link

Don't invalid build cache when `Cargo.lock` changes #420

Closed casey closed 4 years ago

casey commented 4 years ago

I copied the gihub actions caching configuration from examples, and I'm not sure it's optimal. In particular, it causes a cache miss whenever any Cargo.lock changes. I suspect that it would be better to always hit the cache, and let cargo figure out what it needs to rebuild.

type: development