From 237db69a451bbe81da825a829a910f2aef43cfc5 Mon Sep 17 00:00:00 2001 From: nokotan Date: Sun, 6 Sep 2026 13:45:42 +0300 Subject: [PATCH] Fix builder --- .gitea/workflows/build_arch_pkg.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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