Bogdanp / setup-racket

A GH action for installing Racket.
MIT License
49 stars 9 forks source link

How to cache installed packages? #25

Closed dannypsnl closed 3 years ago

dannypsnl commented 3 years ago

As title, if cached, I believe build time can be reduced.

Bogdanp commented 3 years ago

You can use actions/cache to cache ~/.racket then pass --skip-installed to raco pkg install or just cache ~/.racket/download-cache to speed up downloads, but not compile times.