diff options
| author | hathach <[email protected]> | 2024-05-10 10:30:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-05-10 10:30:47 +0700 |
| commit | 2f5db37c1aea932845c2de8fe5bb4b1b08b24722 (patch) | |
| tree | 785939a1372b01f094434179d863b907323d0914 /.github/workflows | |
| parent | ba6babf570752a28379aab51d9c27e7b9efe872d (diff) | |
use argparse instead of click to fix cifuzz.yml
Diffstat (limited to '.github/workflows')
| -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 |
