Skip to content

Commit d7c9b70

Browse files
committed
Try to set JAVA_VERSION env variable
1 parent 341979b commit d7c9b70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Java
2424
uses: actions/setup-java@v1
2525
env:
26-
JAVA_VERSION: ${{ martix.java }}
26+
JAVA_VERSION: ${{ matrix.java }}
2727
with:
2828
java-version: ${{ matrix.java }}
2929
- name: Cache Gradle

0 commit comments

Comments
 (0)