Skip to content

Commit a1baa01

Browse files
committed
add dependency
1 parent 217894f commit a1baa01

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cmake.yml

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

53+
- name: Install Dependencies
54+
run: |
55+
sudo apt update
56+
sudo apt install -y libc6-dev-i386 g++-multilib
57+
5358
- name: Configure CMake
5459
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++
5560

0 commit comments

Comments
 (0)