Skip to content

Commit 2cb69d8

Browse files
committed
Fix typo
1 parent 53b5dd1 commit 2cb69d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup JDK
1717
uses: actions/setup-java@v4
1818
with:
19-
distrubution: 'oracle'
19+
distribution: 'oracle'
2020
java-version: '17'
2121
- name: Build APK
2222
run: cd demo_apk && bash ./gradlew assembleDebug --stacktrace

0 commit comments

Comments
 (0)