mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 12:29:41 +00:00
Prospective fix for Android builds
In response to https://github.com/actions/runner-images/issues/8952
This commit is contained in:
parent
9faffc75bb
commit
2efd2bc3c8
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue