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