Skip to content

Commit

Permalink
Update and rename build.yml to android.yml
Browse files Browse the repository at this point in the history
Use last java 17 LTS
  • Loading branch information
veloce authored Oct 17, 2021
1 parent 47a78a9 commit 1546824
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml → .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:
push:
paths:
- '.github/workflows/build.yml'
- '.github/workflows/android.yml'
- 'android/**'
branches-ignore:
- 'l10n_master'
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: '11'
java-version: '17'
cache: 'gradle'
- name: Sync android capacitor
run: npx cap update android
Expand Down

0 comments on commit 1546824

Please sign in to comment.