parent
5a53bcbbb8
commit
1ffd366eed
1 changed files with 5 additions and 4 deletions
|
@ -8,13 +8,14 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build & Publish
|
name: Build & Publish
|
||||||
runs-on: alpine
|
runs-on: docker
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.swee.codes/swee/setup-alpine@main
|
- uses: actions/checkout@v4.1.5
|
||||||
|
- uses: https://github.com/actions/setup-java@v4.2.1
|
||||||
with:
|
with:
|
||||||
additional: openjdk21-jre openjdk21-jdk gradle
|
java-version: '22'
|
||||||
- uses: actions/checkout@v4
|
distribution: 'temurin'
|
||||||
- uses: https://github.com/fwilhe2/setup-kotlin@main
|
- uses: https://github.com/fwilhe2/setup-kotlin@main
|
||||||
- uses: https://github.com/android-actions/setup-android@v3
|
- uses: https://github.com/android-actions/setup-android@v3
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue