You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
* TODO: We can utilize the `@actions/tool-cache` and cache installed binary.
* As for now it acts just like an stub and simply installs the program
* on each call.
The lack of caching makes cargo-audit very very slow :-(
I haven't played with @actions/tool-cache yet myself, but I imagine the solution is roughly calling tc.find(), if it returns something copy it to the right place, otherwise run the install and then call tc.cacheFile().