Skip to content

Commit

Permalink
Prospective fix for Android builds
Browse files Browse the repository at this point in the history
  • Loading branch information
tronical committed Jan 9, 2024
1 parent 9faffc7 commit 2efd2bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Android API level 30
run: sudo ${ANDROID_HOME}/tools/bin/sdkmanager --install "platforms;android-30"
- name: Cache cargo-apk
id: cargo-apk-cache
uses: actions/cache@v3
Expand Down

0 comments on commit 2efd2bc

Please sign in to comment.