We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3e7d6e commit f219fe7Copy full SHA for f219fe7
.github/actions/linux-build/action.yml
@@ -38,7 +38,7 @@ runs:
38
shell: bash
39
run: |
40
sudo apt-get -qq update
41
- sudo apt-get -qq -y install lcov ccache
+ sudo apt-get -qq -y install lcov ccache gfortran-11
42
if [[ "${{ inputs.optional-dependencies }}" == "ON" ]]; then
43
sudo apt-get -qq -y install libhdf5-dev
44
fi
@@ -80,7 +80,6 @@ runs:
80
if [[ "${{ inputs.version }}" == "min" ]]; then
81
export CC=/usr/bin/gcc-9
82
export CXX=/usr/bin/g++-9
83
- export FC=/usr/bin/gfortran-9
84
else
85
export CC=/usr/bin/gcc-11
86
export CXX=/usr/bin/g++-11
0 commit comments