File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
39
39
if : contains( matrix.os, 'ubuntu')
40
40
run : |
41
41
sudo apt-get install lcov
42
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
43
- sudo apt-get update
44
- sudo apt-get install -y gcc-13 gfortran-13
45
- sudo update-alternatives \
46
- --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 \
47
- --slave /usr/bin/gfortran gfortran /usr/bin/gfortran-13 \
48
- --slave /usr/bin/gcov gcov /usr/bin/gcov-13
42
+ # sudo add-apt-repository ppa:ubuntu-toolchain-r/test
43
+ # sudo apt-get update
44
+ # sudo apt-get install -y gcc-13 gfortran-13
45
+ # sudo update-alternatives \
46
+ # --install /usr/bin/gcc gcc /usr/bin/gcc-13 100 \
47
+ # --slave /usr/bin/gfortran gfortran /usr/bin/gfortran-13 \
48
+ # --slave /usr/bin/gcov gcov /usr/bin/gcov-13
49
49
50
50
- run : | # Just for deployment: create stdlib-fpm folder
51
51
python config/fypp_deployment.py --deploy_stdlib_fpm
You can’t perform that action at this time.
0 commit comments