no
Some checks failed
Build APK / build (push) Failing after 16s

This commit is contained in:
2026-04-22 20:26:08 +02:00
parent 28be360cc8
commit 80b8f82ec1

View File

@@ -10,6 +10,7 @@ jobs:
defaults:
run:
shell: bash
working-directory: apk
steps:
@@ -24,7 +25,7 @@ jobs:
- name: 📦 Install deps
run: |
apt update
apt install -y bash
ln -sf /bin/bash /usr/bin/bash || true
npm install
- name: ☕ Setup Java