Skip to content

Commit f219fe7

Browse files
committed
install fortran compiler
1 parent a3e7d6e commit f219fe7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/actions/linux-build/action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
shell: bash
3939
run: |
4040
sudo apt-get -qq update
41-
sudo apt-get -qq -y install lcov ccache
41+
sudo apt-get -qq -y install lcov ccache gfortran-11
4242
if [[ "${{ inputs.optional-dependencies }}" == "ON" ]]; then
4343
sudo apt-get -qq -y install libhdf5-dev
4444
fi
@@ -80,7 +80,6 @@ runs:
8080
if [[ "${{ inputs.version }}" == "min" ]]; then
8181
export CC=/usr/bin/gcc-9
8282
export CXX=/usr/bin/g++-9
83-
export FC=/usr/bin/gfortran-9
8483
else
8584
export CC=/usr/bin/gcc-11
8685
export CXX=/usr/bin/g++-11

0 commit comments

Comments
 (0)