added node.js and npm to arch linux build process
All checks were successful
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Successful in 35s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 11s

This commit is contained in:
2025-12-09 13:52:02 +01:00
parent b179e8347c
commit 0f38b4cbaf

View File

@@ -24,6 +24,10 @@ jobs:
chmod +x /opt/act_runner/install.sh
/opt/act_runner/install.sh
- name: Install Node.js for Checkout Action
run: |
pacman -S --noconfirm nodejs npm
- name: Check out Repository
uses: actions/checkout@v4