Skip to content

Commit

Permalink
Merge pull request #14 from LucisUrbe/dev
Browse files Browse the repository at this point in the history
feat: Setup Android SDK (experimental)
  • Loading branch information
LucisUrbe committed May 26, 2024
2 parents 4138899 + d3ced26 commit 16eac56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ jobs:
restore-keys: ${{ runner.os }}
save: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master' }}

- name: Setup Android SDK
uses: android-actions/setup-android@v3

- name: Build dependencies
working-directory: libxposed
run: |
Expand All @@ -79,7 +82,6 @@ jobs:
- name: Build with Gradle
run: |
yes | /usr/local/lib/android/sdk/tools/bin/sdkmanager --licenses
./gradlew zipAll
- name: Prepare artifact
Expand Down

0 comments on commit 16eac56

Please sign in to comment.