setup-mingw icon indicating copy to clipboard operation
setup-mingw copied to clipboard

Can this action be cached / sped up?

Open stefanhendriks opened this issue 2 years ago • 6 comments

I am not as proficient with Github Actions, so forgive me for asking if this is a trivial thing.

For my project, I use this awesome action and it works as expected (Installs MinGW32 bit version). However, it takes 8-9 minutes to install MinGW. I was wondering if this step could be cached, as this step is everytime the same?

See also: https://github.com/stefanhendriks/Dune-II---The-Maker/runs/4582880457?check_suite_focus=true

And the yml file: https://github.com/stefanhendriks/Dune-II---The-Maker/blob/master/.github/workflows/build_cmake.yml

stefanhendriks avatar Dec 20 '21 14:12 stefanhendriks