We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Now that the CI has switched over to using mill we need to properly cache the things mill cares about.
Change the caching config in ci.yaml to cache mill, coursier, and ivy resources:
ci.yaml
Things to cache:
These paths probably need to be relative to the runner.
Info on cache setup can be found here: https://github.com/actions/cache/blob/master/examples.md#scala---sbt
The text was updated successfully, but these errors were encountered:
Adding code to ValueModule and ModuleModule (#45)
c6583ab
* adding stuff to Value and Module #27 #29
No branches or pull requests
Now that the CI has switched over to using mill we need to properly cache the things mill cares about.
Change the caching config in
ci.yaml
to cache mill, coursier, and ivy resources:Things to cache:
These paths probably need to be relative to the runner.
Info on cache setup can be found here:
https://github.com/actions/cache/blob/master/examples.md#scala---sbt
The text was updated successfully, but these errors were encountered: