Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
talosross authored Nov 24, 2023
1 parent 69a55f1 commit 153fc1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v2
with:
distribution: 'corretto'
distribution: 'adopt'
java-version: 1.8
- name: Run Tests
run: bash ./gradlew test --stacktrace
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v2
with:
distribution: 'corretto'
distribution: 'adopt'
java-version: 1.8
- name: Build APK
run: bash ./gradlew assembleDebug --stacktrace
Expand Down

0 comments on commit 153fc1f

Please sign in to comment.