We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e207e4 commit 73ec14dCopy full SHA for 73ec14d
.github/workflows/pre-commit.yml
@@ -33,6 +33,7 @@ jobs:
33
34
- name: Build Fuzzer
35
run: |
36
+ sudo apt install libc++-dev libc++abi-dev
37
clang --version
38
export CC=clang
39
export CXX=clang++
0 commit comments