diff options
| author | Ha Thach <[email protected]> | 2024-05-10 11:03:02 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-05-10 11:03:02 +0700 |
| commit | e827829850eef83e41801f185dcef6daecfa5901 (patch) | |
| tree | e80a9193f73d1d9e0538fa0855858a30b6ecf6dc /.github | |
| parent | dd17f6cc80016922725d63162229fb7ec8e8ed43 (diff) | |
| parent | 2f5db37c1aea932845c2de8fe5bb4b1b08b24722 (diff) | |
Merge pull request #2635 from hathach/fix-cifuzz
use argparse instead of click to fix cifuzz.yml
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/cifuzz.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index faa0f911c..622d261a0 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -12,7 +12,6 @@ on: - '**.h' jobs: Fuzzing: - if: false runs-on: ubuntu-latest steps: - name: Build Fuzzers |
