iolivia / rust-sokoban

Rust Sokoban book and code samples
https://sokoban.iolivia.me
MIT License
155 stars 29 forks source link

Add caching #103

Open bailey-coding opened 2 years ago

bailey-coding commented 2 years ago

I don't think we can do smarter cache across the folders, because I think the jobs run in parallel. I think we could run them in a single job and share a target dir or something, but at least this cache action should help consecutive compiles.

Relates to https://github.com/iolivia/rust-sokoban/issues/13