mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
CI: add android license step to fix build
This commit is contained in:
parent
4037ffbab2
commit
7552ecd7d7
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build-android.yml
vendored
5
.github/workflows/build-android.yml
vendored
|
|
@ -25,6 +25,11 @@ jobs:
|
|||
uses: gradle/actions/setup-gradle@v4
|
||||
# - name: Build with Gradle
|
||||
# run: ./gradlew build
|
||||
- name: Setup android-sdk
|
||||
uses: android-actions/setup-android@v3
|
||||
with:
|
||||
accept-android-sdk-licenses: true
|
||||
log-accepted-android-sdk-licenses: true #make accepting the android sdk license verbose
|
||||
|
||||
- name: Get npm cache directory
|
||||
id: npm-cache-dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue