Skip to content

Commit

Permalink
fix: add android SDK because Robolectric need it now
Browse files Browse the repository at this point in the history
  • Loading branch information
juherr committed Aug 16, 2024
1 parent 7031e21 commit ef51c6e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ jobs:
with:
distribution: 'temurin'
java-version: ${{ matrix.java_version }}
- name: Install Android SDK
uses: malinskiy/action-android/install-sdk@release/0.1.1
- name: Verify with Maven
run: ./mvnw verify -B

0 comments on commit ef51c6e

Please sign in to comment.