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:
Justin Abrahms 2022-11-29 00:06:27 -08:00 committed by GitHub
parent 60d2cbbc14
commit ba78048ae3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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