Skip to content

Commit 0d13277

Browse files
committed
added some prints in CI
1 parent 2672b0d commit 0d13277

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ jobs:
7474
GFORTRAN=gfortran-${{matrix.gcc_v}}
7575
GCOV=gcov-${{matrix.gcc_v}}
7676
sudo apt update && sudo apt install -y valgrind
77+
fpm --version
78+
gfortran --version
7779
fpm test "*" --runner "valgrind --leak-check=full --show-leak-kinds=all --error-exitcode=1"
7880
7981
- name: Compile_with_cmake

0 commit comments

Comments
 (0)