We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af739fe commit 58dba77Copy full SHA for 58dba77
README.md
@@ -63,10 +63,11 @@ jobs:
63
## Options
64
65
- *compiler*: Compiler toolchain to setup, available options are
66
- - *gcc* (for `gfortran`)
67
- - *intel* (for `ifx`)
68
- - *intel-classic* (for `ifort`)
69
- - *nvidia-hpc* (for `nvfortran`)
+ - *gcc* for `gfortran`
+ - *intel* for `ifx`
+ - *intel-classic* for `ifort`
+ - *lfortran* for `lfortran`
70
+ - *nvidia-hpc* for `nvfortran`
71
- *version*: Version of the compiler toolchain. See [runner compatibility](#runner-compatibility) charts below.
72
73
0 commit comments