summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-12-08 11:40:43 +0700
committerhathach <[email protected]>2022-12-08 11:40:43 +0700
commit4deec2f4be2bf48e47dae4df969f4f0ecd042d94 (patch)
tree7c60647c53ef9c145fc2479e0b20ba0cb791045b /.github
parent33ea178cd9b7c2fdab1a677d2e676a94d131dbb0 (diff)
fix ci
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pre-commit.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 653084ca6..8a1101ac0 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -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