Skip to content

Commit

Permalink
ci: update to use single job
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpan committed Oct 23, 2024
1 parent 880bb01 commit 0c3afd0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build APK
- name: Setup JDK
uses: actions/setup-java@v4
with:
distribution: 'oracle'
java-version: '17'
- name: Build APK
run: cd demo_apk && bash ./gradlew assembleDebug --stacktrace
- name: Install Dependencies
run: pip3 install -r requirements.txt
Expand Down

0 comments on commit 0c3afd0

Please sign in to comment.