Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjq0908 authored Dec 5, 2023
1 parent 0670ebd commit effdfb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: build

on:
on: [push, pull_request, workflow_dispatch]

jobs:
build:
Expand All @@ -10,10 +10,10 @@ jobs:
- name: Checkout repo
uses: actions/checkout@v1

- name: Setup JDK 17
- name: Setup JDK 11
uses: actions/setup-java@v1
with:
java-version: 17
java-version: 11

- name: Build with Gradle
run: ./gradlew assembleDebug
Expand Down

0 comments on commit effdfb1

Please sign in to comment.