File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -49,19 +49,16 @@ jobs:
49
49
- name : Install GFortran Linux
50
50
if : contains( matrix.os, 'ubuntu')
51
51
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}
55
52
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_V} 100 \
56
53
--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}
58
55
59
56
- name : Compile_with_build_mkdocs
60
57
if : matrix.gcc_v == 7
61
58
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
65
62
gfortran --version
66
63
gcov --version
67
64
# build with build.sh, make documentation, run unit tests
You can’t perform that action at this time.
0 commit comments