Skip to content

Commit

Permalink
install libc++ for clang build fuzzer
Browse files Browse the repository at this point in the history
  • Loading branch information
hathach committed Dec 16, 2024
1 parent 7e207e4 commit 73ec14d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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++
Expand Down

0 comments on commit 73ec14d

Please sign in to comment.