diff options
| author | HiFiPhile <[email protected]> | 2024-05-10 00:16:45 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2024-05-10 00:16:45 +0200 |
| commit | f4d4f2da297bb043990d94b9189c7850da772b09 (patch) | |
| tree | f2e464e6ee94a648579fc78a32f4ac45c38794a6 /.github/workflows/pre-commit.yml | |
| parent | fc7647f9e4f06c8f56207f5ea7f34872887d099b (diff) | |
| parent | 63e64f374bf2023261bcf6733fdf53a73ccca6e6 (diff) | |
Merge remote-tracking branch 'remotes/tinyusb/master' into rx_fb
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 e36259daa..6b3151702 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -38,6 +38,7 @@ jobs: - name: Build Fuzzer run: | + pip install click export CC=clang export CXX=clang++ fuzz_harness=$(ls -d test/fuzz/device/*/) |
