Skip to content

Cache Open MPI Build? #25976

Answered by BrightRan
mathomp4 asked this question in Actions
Discussion options

You must be logged in to vote

@mathomp4,

Sure, you can use the cache action to do that in your workflows. The caching feature on GitHub Actions is designed to speed up time to get the outputs or downloaded dependencies that often reused in the workflow runs.

Generally, when you want to reuse dependencies that don’t change often between jobs or workflow runs, you can use caching.

To view more detailed information about caching, please see the official documentation below:
https://docs.github.com/en/actions/configuring-and-managing-workflows/caching-dependencies-to-speed-up-workflows

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants