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

This commit is contained in:
2026-04-22 20:24:58 +02:00
parent 22c198e581
commit 28be360cc8

View File

@@ -22,7 +22,10 @@ jobs:
node-version: 18 node-version: 18
- name: 📦 Install deps - name: 📦 Install deps
run: npm install run: |
apt update
apt install -y bash
npm install
- name: ☕ Setup Java - name: ☕ Setup Java
uses: actions/setup-java@v4 uses: actions/setup-java@v4