diff options
Diffstat (limited to '.github/workflows/tomlplusplus-fuzz.yml')
| -rw-r--r-- | .github/workflows/tomlplusplus-fuzz.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/tomlplusplus-fuzz.yml b/.github/workflows/tomlplusplus-fuzz.yml index f326b6301b..bc43e28bbd 100644 --- a/.github/workflows/tomlplusplus-fuzz.yml +++ b/.github/workflows/tomlplusplus-fuzz.yml @@ -24,6 +24,7 @@ jobs: with: oss-fuzz-project-name: 'tomlplusplus' language: c++ + project-src-path: tomlplusplus - name: Run Fuzzers uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master with: |
