Clean up Valgrind installation (#2716)

This commit is contained in:
Andrew Gaul
2025-08-30 16:18:03 +09:00
committed by GitHub
parent 0448ff460b
commit e55c37ddab

View File

@ -204,13 +204,11 @@ jobs:
- name: Install packages
run: |
.github/workflows/linux-ci-helper.sh fedora:42
- name: Install clang
run: |
dnf install -y clang
if [ "${{ matrix.checktype }}" = "valgrind" ]; then
dnf install -y valgrind
fi
- name: Install Valgrind
if: matrix.checktype == 'valgrind'
run: dnf install -y valgrind
#
# Set CXX/CXXFLAGS and Variables for test