We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217894f commit a3bef4fCopy full SHA for a3bef4f
.github/workflows/cmake.yml
@@ -50,6 +50,9 @@ jobs:
50
steps:
51
- uses: actions/checkout@v2
52
53
+ - name: Install Dependencies
54
+ run: sudo apt install -y libc6-dev-i686
55
+
56
- name: Configure CMake
57
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++
58
0 commit comments