Skip to content

Commit 8534c4f

Browse files
committed
try this
1 parent caf3ba2 commit 8534c4f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,19 +49,16 @@ jobs:
4949
- name: Install GFortran Linux
5050
if: contains( matrix.os, 'ubuntu')
5151
run: |
52-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
53-
sudo apt-get update
54-
sudo apt-get install -y gcc-${GCC_V} gfortran-${GCC_V}
5552
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \
5653
--slave /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_V} \
57-
--slave /usr/bingcov gcov /usr/bin/gcov-${GCC_V}
54+
--slave /usr/bin/gcov gcov /usr/bin/gcov-${GCC_V}
5855
5956
- name: Compile_with_build_mkdocs
6057
if: matrix.gcc_v == 7
6158
run: |
62-
GFORTRAN=gfortran-${{matrix.gcc_v}}
63-
GCOV=gcov-${{matrix.gcc_v}}
64-
alias gcov=$GCOV
59+
# GFORTRAN=gfortran-${{matrix.gcc_v}}
60+
# GCOV=gcov-${{matrix.gcc_v}}
61+
# alias gcov=$GCOV
6562
gfortran --version
6663
gcov --version
6764
# build with build.sh, make documentation, run unit tests

0 commit comments

Comments
 (0)