fix ci
This commit is contained in:
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/*/)
|
fuzz_harness=$(ls -d test/fuzz/device/*/)
|
||||||
for h in $fuzz_harness
|
for h in $fuzz_harness
|
||||||
do
|
do
|
||||||
make $h get-deps
|
make -C $h get-deps
|
||||||
make $h all
|
make -C $h all
|
||||||
done
|
done
|
||||||
|
Reference in New Issue
Block a user