summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2024-12-17 11:16:27 +0700
committerhathach <[email protected]>2024-12-17 11:16:27 +0700
commita39e30db929ae6826ec95ad1279f8e8439fefa0b (patch)
tree761f82af95ca9835f49244396fc51b702a1b43e1 /.github/workflows
parentaa1bab769af601304eb62fcdc5241e7b94d4b935 (diff)
parentb1eae1e5e41dacfb70688ae8aeb950b7b68b8046 (diff)
Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/pre-commit.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 530484079..ed0efd66e 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -33,6 +33,8 @@ jobs:
- name: Build Fuzzer
run: |
+ sudo apt install libc++-dev libc++abi-dev
+ clang --version
export CC=clang
export CXX=clang++
fuzz_harness=$(ls -d test/fuzz/device/*/)