feature/ci-deploy #1

Merged
remoll merged 19 commits from feature/ci-deploy into main 2024-05-04 15:33:39 +00:00
Showing only changes of commit 81e5c30716 - Show all commits

View File

@ -5,6 +5,10 @@ jobs:
name: Build APK
runs-on: k8s
steps:
- name: Install prerequisites
run: |
sudo apt-get update
sudo apt-get install -y xz-utils
- uses: https://github.com/actions/checkout@v1
- uses: https://github.com/actions/setup-java@v1
with: