diff options
| author | hathach <[email protected]> | 2024-12-17 00:32:58 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-12-17 00:35:05 +0700 |
| commit | 73ec14d926ea9418a4ed467e61a25782c3011752 (patch) | |
| tree | 6a10de0c657c69e15f89cb8d1f3fe2215f4c8380 /.github/workflows/pre-commit.yml | |
| parent | 7e207e4f4a098fddb13efc329e57e6095aa13873 (diff) | |
install libc++ for clang build fuzzer
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index f751dc44d..ed0efd66e 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -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++ |
