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