Skip to content

Commit 0c3afd0

Browse files
committed
ci: update to use single job
1 parent 880bb01 commit 0c3afd0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@ jobs:
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
13-
- name: Build APK
13+
- name: Setup JDK
1414
uses: actions/setup-java@v4
1515
with:
1616
distribution: 'oracle'
1717
java-version: '17'
18+
- name: Build APK
1819
run: cd demo_apk && bash ./gradlew assembleDebug --stacktrace
1920
- name: Install Dependencies
2021
run: pip3 install -r requirements.txt

0 commit comments

Comments
 (0)