Skip to content

Commit 4deec2f

Browse files
committed
fix ci
1 parent 33ea178 commit 4deec2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pre-commit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
fuzz_harness=$(ls -d test/fuzz/device/*/)
4242
for h in $fuzz_harness
4343
do
44-
make $h get-deps
45-
make $h all
44+
make -C $h get-deps
45+
make -C $h all
4646
done

0 commit comments

Comments
 (0)