mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
fix ci
This commit is contained in:
parent
33ea178cd9
commit
4deec2f4be
4
.github/workflows/pre-commit.yml
vendored
4
.github/workflows/pre-commit.yml
vendored
@ -41,6 +41,6 @@ jobs:
|
||||
fuzz_harness=$(ls -d test/fuzz/device/*/)
|
||||
for h in $fuzz_harness
|
||||
do
|
||||
make $h get-deps
|
||||
make $h all
|
||||
make -C $h get-deps
|
||||
make -C $h all
|
||||
done
|
||||
|
Loading…
x
Reference in New Issue
Block a user