Fix Node.js installation
Some checks failed
/ Build (push) Failing after 2m57s

This commit is contained in:
Anton Liaposhchenko 2024-05-18 18:18:13 +03:00
parent 22b9dc2054
commit c24982705a

View File

@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-22.04
container: saschpe/android-sdk:34-jdk22.0.1_8
steps:
- name: Install Node
run: apt install node.js
- name: Install Node.js (for Actions)
run: apt-get update && apt-get install -yqq node.js
- name: Build APK
run: ./gradlew build