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/setup-fortran@v1.6.1
id: setup-fortran
with:
compiler: ${{ matrix.toolchain.compiler }}
version: ${{ matrix.toolchain.version }}
cache: true # optional, default is false
It would be extremely useful if the Action had a key option
cache, similar tosetup-pythonthat could enable/disable caching the downloaded compilers and the setup.Suggestion