diff --git a/.gitea/workflows/build_arch_pkg.yml b/.gitea/workflows/build_arch_pkg.yml index d7f2554..14c726e 100644 --- a/.gitea/workflows/build_arch_pkg.yml +++ b/.gitea/workflows/build_arch_pkg.yml @@ -31,7 +31,7 @@ jobs: - name: Install base tools run: | pacman -Syu --noconfirm - pacman -S --needed --noconfirm git curl jq ca-certificates sudo + pacman -S --needed --noconfirm git curl jq ca-certificates sudo git npm nodejs curl jq - name: Install CA run: | curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt @@ -71,7 +71,7 @@ jobs: libxdamage libxext libxfixes libxkbcommon libxrandr libxtst \ openh264 openssl zlib hicolor-icon-theme webkit2gtk-4.1 \ webkitgtk-6.0 xdg-desktop-portal libpulse alsa-lib dbus wayland \ - mesa vulkan-headers libxkbcommon-x11 cmark-gfm zstd sudo + mesa vulkan-headers libxkbcommon-x11 cmark-gfm zstd sudo npm nodejs - name: Install CA run: | curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt @@ -132,7 +132,7 @@ jobs: - name: Install publishing tools run: | pacman -Syu --noconfirm - pacman -S --needed --noconfirm git curl ca-certificates jq pacman zstd sudo + pacman -S --needed --noconfirm git curl ca-certificates jq pacman zstd sudo npm nodejs - name: Install CA run: | curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt