fortran-lang/Setup Fortran
Setup Fortran compiler and toolchain
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 24, 2026
- License
- Apache 2.0
Pinned Snippet
uses: fortran-lang/setup-fortran@195bac823dc6e05bb7c706311ad4540ffc34d5b9 # v1.9.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| compiler | Toolchain or compiler to install | yes | gcc |
| version | Version of toolchain or compiler | no | — |
| update-environment | Whether to set environment variables | no | true |
Outputs
| name | description |
|---|---|
| fc | Path to Fortran compiler |
| cc | Path to C compiler |
| cxx | Path to C++ compiler |