Skip to content

Commit 3063fe4

Browse files
committed
gfortran install place
1 parent f219fe7 commit 3063fe4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,16 @@ runs:
3838
shell: bash
3939
run: |
4040
sudo apt-get -qq update
41-
sudo apt-get -qq -y install lcov ccache gfortran-11
41+
sudo apt-get -qq -y install lcov ccache
4242
if [[ "${{ inputs.optional-dependencies }}" == "ON" ]]; then
4343
sudo apt-get -qq -y install libhdf5-dev
4444
fi
4545
if [[ "${{ inputs.compiler }}" == "gcc" ]]; then
4646
if [[ "${{ inputs.version }}" == "min" ]]; then
4747
sudo apt-get -qq -y install gcc-9
4848
sudo apt-get -qq -y install g++-9
49-
else
49+
else
50+
sudo apt-get -qq -y install gfortran-11
5051
sudo apt-get -qq -y install gcc-11
5152
sudo apt-get -qq -y install g++-11
5253
fi

0 commit comments

Comments
 (0)