DeLaGuardo / setup-clojure

GitHub Action to provision clojure's most popular build tools for Linux, Mac OS X and Windows.
MIT License
184 stars 27 forks source link

Ignore cache if invalidate-cache: true #74

Open cap10morgan opened 2 years ago

cap10morgan commented 2 years ago

This is needed on self-hosted runners which persist their tool caches locally where the "restore cache" step puts everything on GitHub-provided runners. So we have to ignore that for invalidate-cache: true to work there.

Closes #73