Skip to content

Commit

Permalink
Fix syntax error in android.yml (euphony-io#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
zion830 committed Sep 6, 2022
1 parent bfc0cdf commit 5e08d86
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ jobs:

- name: Set up JDK 11
uses: actions/setup-java@v2
with:
distribution: adopt
java-version: 11
with:
distribution: adopt
java-version: 11

- name: Build with Gradle
run: ./gradlew build
- name: Build with Gradle
run: ./gradlew build

0 comments on commit 5e08d86

Please sign in to comment.