diff options
author | Martin Pärtel <martin.partel@gmail.com> | 2023-11-19 22:19:57 +0200 |
---|---|---|
committer | Martin Pärtel <martin.partel@gmail.com> | 2023-11-19 22:19:57 +0200 |
commit | 5e7ddd09888a7825aeb4ecf4da69bdf52af76bb2 (patch) | |
tree | a0b389e9df605f4ad8c46be13b4e0be4a7eba19c | |
parent | 03fd6077e64c1b0222942ad190db18d203fc8a47 (diff) | |
download | bindfs-5e7ddd09888a7825aeb4ecf4da69bdf52af76bb2.tar.gz |
CI: install valgrind.
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d31deeb..94ae76a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -61,7 +61,8 @@ jobs: automake \ ${{ matrix.fuse_package }} \ libtool \ - pkg-config + pkg-config \ + valgrind - name: Install build dependency Clang ${{ matrix.clang_major_version }} if: "${{ contains(matrix.cxx, 'clang') }}" |