Open
Description
It would be extremely useful if the Action had a key option cache
, similar to setup-python
that could enable/disable caching the downloaded compilers and the setup.
Suggestion
- uses: fortran-lang/[email protected]
id: setup-fortran
with:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}
cache: true # optional, default is false