diff options
| author | hathach <[email protected]> | 2023-01-06 10:52:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-01-06 10:52:25 +0700 |
| commit | b42d298b8162de232b985879732e44d3c86c889f (patch) | |
| tree | 2bacfc31ceb09ea4c540a0f768eaf291cfc67980 /.github/workflows | |
| parent | 660343d2001c0ee943bf3e24cab6f235d3930b33 (diff) | |
| parent | 6e23c596ccb381aa606103727d2f19247822f3a3 (diff) | |
Merge branch 'master' into fix-fifo-memory-overflow
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 8a1101ac0..d2150d13f 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -38,6 +38,8 @@ jobs: - name: Build Fuzzer run: | + export CC=clang + export CXX=clang++ fuzz_harness=$(ls -d test/fuzz/device/*/) for h in $fuzz_harness do |
