Skip to content

Commit

Permalink
try to fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
leonlatsch committed Feb 12, 2024
1 parent a8fce0e commit d9c271f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ jobs:
- name: set up JDK 11
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'zulu'
java-version: '11'
- name: Test with Gradle
run: ./gradlew test

build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d9c271f

Please sign in to comment.