Requires js for some things
This commit is contained in:
@@ -25,7 +25,8 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Install toolchain
|
- name: Install toolchain
|
||||||
run: |
|
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
|
- name: Create build user
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user