Update .forgejo/workflows/build.yml

This commit is contained in:
Nova Cat 2025-01-20 22:29:07 -08:00
parent 20a569a5a6
commit 6a1bd3b3a2

View file

@ -8,11 +8,12 @@ on:
jobs:
build:
name: Build & Publish
runs-on: docker
runs-on: alpine
steps:
- uses: https://git.swee.codes/swee/setup-alpine@main
- run: apk add openjdk21-jdk openjdk21-jre
with:
additional: openjdk21-jre openjdk21-jdk
- uses: actions/checkout@v4
- uses: https://github.com/fwilhe2/setup-kotlin@main
- uses: https://github.com/android-actions/setup-android@v3