From a3bef4f1134641985e3c08a8015a7861abc49043 Mon Sep 17 00:00:00 2001 From: Max Bachmann Date: Thu, 24 Oct 2024 15:49:27 +0200 Subject: [PATCH] add dependency --- .github/workflows/cmake.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index d711550d..205d1ec4 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -50,6 +50,9 @@ jobs: steps: - uses: actions/checkout@v2 + - name: Install Dependencies + run: sudo apt install -y libc6-dev-i686 + - name: Configure CMake run: cmake -B build -DCMAKE_BUILD_TYPE=${{matrix.BUILD_TYPE}} -DRAPIDFUZZ_BUILD_TESTING=1 -DRAPIDFUZZ_ENABLE_LINTERS=1 -DRAPIDFUZZ_BUILD_FUZZERS=1 -DCMAKE_CXX_COMPILER=clang++