diff options
| author | Ha Thach <[email protected]> | 2024-12-17 11:14:57 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-12-17 11:14:57 +0700 |
| commit | b1eae1e5e41dacfb70688ae8aeb950b7b68b8046 (patch) | |
| tree | 5a59ed7a186a0bc6c528f702349d2b1ce001a6af /.github/workflows | |
| parent | 8eeddaab364e413153ebd0a8302f85dfb2e60e9f (diff) | |
| parent | f74ee9c4ed21795e26fdc96af0195657fa404811 (diff) | |
Merge pull request #2906 from hathach/add-ra8m1
Add ra8m1_ek
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 2 |
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/*/) |
