Skip to content

Commit

Permalink
ci: fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Apr 22, 2023
1 parent eb78a14 commit c420efb
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 @@ -34,11 +34,11 @@ jobs:
with:
fetch-depth: 1

- name: Set up JDK 17 (android)
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "adopt"
- name: Set up JDK 17 (android)
uses: actions/setup-java@v3
with:
java-version: "17"
distribution: "adopt"

- name: Setup build and dependencies
run: |
Expand Down

0 comments on commit c420efb

Please sign in to comment.