diff options
| author | hathach <[email protected]> | 2024-12-16 23:48:44 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-12-16 23:48:44 +0700 |
| commit | 7e207e4f4a098fddb13efc329e57e6095aa13873 (patch) | |
| tree | d6892b4d8d7198235f290a14bbd102b0eb7e9d6c /.github/workflows/pre-commit.yml | |
| parent | 656772fc9defc73c32443259f866daadc657f23d (diff) | |
fix warning due to bsp_rom_registers.c
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 530484079..f751dc44d 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -33,6 +33,7 @@ jobs: - name: Build Fuzzer run: | + clang --version export CC=clang export CXX=clang++ fuzz_harness=$(ls -d test/fuzz/device/*/) |
