Skip to content

Commit 62ee25f

Browse files
committed
add dependency
1 parent 217894f commit 62ee25f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/cmake.yml

+3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v2
5252

53+
- name: Install Dependencies
54+
run: apt install -y libc6-dev-i686
55+
5356
- name: Configure CMake
5457
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++
5558

0 commit comments

Comments
 (0)