Skip to content

Commit 7b1536c

Browse files
committed
Try fixing code cov ga.
1 parent 3036884 commit 7b1536c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/fpm-deployment.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
if: contains( matrix.os, 'ubuntu')
4040
run: |
4141
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
4949
5050
- run: | # Just for deployment: create stdlib-fpm folder
5151
python config/fypp_deployment.py --deploy_stdlib_fpm

0 commit comments

Comments
 (0)