We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d6d44b commit 924ec50Copy full SHA for 924ec50
.github/workflows/CI.yml
@@ -73,7 +73,6 @@ jobs:
73
run: |
74
GFORTRAN=gfortran-${{matrix.gcc_v}}
75
GCOV=gcov-${{matrix.gcc_v}}
76
- apt-get update
77
sudo apt update && sudo apt install -y valgrind
78
fpm test --runner "valgrind --leak-check=full --show-leak-kinds=all"
79
0 commit comments