From d8576b75eddac31930265bdcc7afcdf741f7792e Mon Sep 17 00:00:00 2001 From: andreiosg <35179329+andreiosg@users.noreply.github.com> Date: Sun, 10 Sep 2023 23:25:11 +0000 Subject: [PATCH] build(ci): remove potential valgrind use --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 800405c..87504f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -48,13 +48,6 @@ jobs: cc: "clang", options: "-D CMAKE_C_FLAGS=-fsanitize=address,undefined,leak -D ENABLE_DEBUG=ON", } - - { - name: "Valgrind", - os: "ubuntu-latest", - build-type: "Debug", - cc: "clang", - options: "-D CMAKE_C_FLAGS=-fsanitize=address,undefined -D ENABLE_DEBUG=ON", - } steps: - uses: actions/checkout@v3