install libc++ for clang build fuzzer

This commit is contained in:
hathach 2024-12-17 00:32:58 +07:00
parent 7e207e4f4a
commit 73ec14d926
No known key found for this signature in database
GPG Key ID: 26FAB84F615C3C52

View File

@ -33,6 +33,7 @@ jobs:
- name: Build Fuzzer
run: |
sudo apt install libc++-dev libc++abi-dev
clang --version
export CC=clang
export CXX=clang++