Skip to content

Commit ba78048

Browse files
author
Justin Abrahms
authored
chore: The language is jvm, not java. (#184)
The language is jvm, not java. Signed-off-by: Justin Abrahms <[email protected]> Signed-off-by: Justin Abrahms <[email protected]>
1 parent 60d2cbb commit ba78048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cflite_batch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: build
2727
uses: google/clusterfuzzlite/actions/build_fuzzers@v1
2828
with:
29-
language: java
29+
language: jvm
3030
sanitizer: ${{ matrix.sanitizer }}
3131
- name: Run Fuzzers (${{ matrix.sanitizer }})
3232
id: run

0 commit comments

Comments
 (0)