Skip to content

Commit 72dd5b9

Browse files
committed
CI: Remove manual fortran installation in spack Linux build
Fortran is already installed in the ubuntu images on GitHub Actions.
1 parent e0bddf8 commit 72dd5b9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/spack.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ jobs:
2121
cd ..
2222
git clone --depth 1 https://github.com/spack/spack
2323
cd spack
24-
[[ $(uname) == "Linux" ]] && sudo apt-get install -y gfortran gfortran-7 gfortran-8 gfortran-9 gfortran-10
2524
2625
# Use this branch for testing, not main
2726
sed -i -e 's,="main",="${{ github.head_ref }}",' var/spack/repos/builtin/packages/charmpp/package.py

0 commit comments

Comments
 (0)