noszkurwaaaa
Deploy to FTP / deploy (push) Successful in 4s
Build APK / build (push) Failing after 36s

This commit is contained in:
Sebastian Molenda
2026-05-26 23:22:24 +02:00
parent d3ef35f9ce
commit cd5d92feff
+3 -1
View File
@@ -15,7 +15,9 @@ jobs:
- name: Install Node.js - name: Install Node.js
run: | run: |
sudo apt-get update 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 - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4