Skip to content

Commit 29b366e

Browse files
Updated android.yml
1 parent d638d4c commit 29b366e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- uses: actions/checkout@v4
20-
- name: Setup JDK {{ env.JDK_VERSION }}
20+
- name: Setup JDK ${{ env.JDK_VERSION }}
2121
uses: actions/setup-java@v4
2222
with:
2323
java-version: ${{ env.JAVA_VERSION }}

0 commit comments

Comments
 (0)