diff options
| author | hathach <[email protected]> | 2022-12-08 11:40:43 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-12-08 11:40:43 +0700 |
| commit | 4deec2f4be2bf48e47dae4df969f4f0ecd042d94 (patch) | |
| tree | 7c60647c53ef9c145fc2479e0b20ba0cb791045b /.github/workflows/pre-commit.yml | |
| parent | 33ea178cd9b7c2fdab1a677d2e676a94d131dbb0 (diff) | |
fix ci
Diffstat (limited to '.github/workflows/pre-commit.yml')
| -rw-r--r-- | .github/workflows/pre-commit.yml | 4 |
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 |
