chore: The language is jvm, not java. (#184)
The language is jvm, not java. Signed-off-by: Justin Abrahms <jabrahms@ebay.com> Signed-off-by: Justin Abrahms <jabrahms@ebay.com>
This commit is contained in:
parent
60d2cbbc14
commit
ba78048ae3
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
id: build
|
||||
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
|
||||
with:
|
||||
language: java
|
||||
language: jvm
|
||||
sanitizer: ${{ matrix.sanitizer }}
|
||||
- name: Run Fuzzers (${{ matrix.sanitizer }})
|
||||
id: run
|
||||
|
|
|
|||
Loading…
Reference in New Issue