fix(ci/arch): install nodejs before actions/checkout — act_runner doesn't inject node
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -34,11 +34,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
CARGO_HOME: /usr/local/cargo
|
CARGO_HOME: /usr/local/cargo
|
||||||
steps:
|
steps:
|
||||||
# git must exist before actions/checkout (base-devel ships without it).
|
# git + nodejs must exist before actions/checkout — base-devel ships neither, and
|
||||||
|
# act_runner runs the action's JS with the CONTAINER's node, it does not inject one.
|
||||||
- name: Install build + runtime-dev deps
|
- name: Install build + runtime-dev deps
|
||||||
run: |
|
run: |
|
||||||
pacman -Syu --noconfirm --needed \
|
pacman -Syu --noconfirm --needed \
|
||||||
git rust clang cmake nasm pkgconf python \
|
git nodejs rust clang cmake nasm pkgconf python \
|
||||||
gtk4 libadwaita sdl3 ffmpeg pipewire wayland libxkbcommon opus libei \
|
gtk4 libadwaita sdl3 ffmpeg pipewire wayland libxkbcommon opus libei \
|
||||||
mesa libglvnd unzip libarchive
|
mesa libglvnd unzip libarchive
|
||||||
# bun builds the punktfunk-web console AND is vendored as its runtime (PF_WITH_WEB=1);
|
# bun builds the punktfunk-web console AND is vendored as its runtime (PF_WITH_WEB=1);
|
||||||
|
|||||||
Reference in New Issue
Block a user