Requires js for some things

This commit is contained in:
KenwoodFox
2026-06-28 11:39:34 -04:00
parent b8be2ef95a
commit cb8635ad0f

View File

@@ -25,7 +25,8 @@ jobs:
steps:
- name: Install toolchain
run: |
pacman -Syu --noconfirm --needed base-devel git python sudo
# nodejs is required by JS actions like actions/checkout.
pacman -Syu --noconfirm --needed base-devel git python sudo nodejs
- name: Create build user
run: |