2 Commits

Author SHA1 Message Date
Sebastian Molenda 92b66f5b8b noszgradleurwaaaa
Deploy to FTP / deploy (push) Successful in 3s
Build APK / build (push) Failing after 39s
2026-05-26 23:25:13 +02:00
Sebastian Molenda cd5d92feff noszkurwaaaa
Deploy to FTP / deploy (push) Successful in 4s
Build APK / build (push) Failing after 36s
2026-05-26 23:22:24 +02:00
+6 -1
View File
@@ -15,10 +15,15 @@ jobs:
- name: Install Node.js
run: |
sudo apt-get update
sudo apt-get install -y nodejs npm
sudo apt-get install -y curl
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash -
sudo apt-get install -y nodejs
- name: Checkout
uses: actions/checkout@v4
- name: Generate Gradle Wrapper
run: gradle wrapper
- name: Grant execute permission
run: chmod +x ./gradlew