Fix builder

This commit is contained in:
2026-09-06 13:45:42 +03:00
parent b9c058e19d
commit 237db69a45
+3 -3
View File
@@ -31,7 +31,7 @@ jobs:
- name: Install base tools - name: Install base tools
run: | run: |
pacman -Syu --noconfirm 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 - name: Install CA
run: | run: |
curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt 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 \ libxdamage libxext libxfixes libxkbcommon libxrandr libxtst \
openh264 openssl zlib hicolor-icon-theme webkit2gtk-4.1 \ openh264 openssl zlib hicolor-icon-theme webkit2gtk-4.1 \
webkitgtk-6.0 xdg-desktop-portal libpulse alsa-lib dbus wayland \ 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 - name: Install CA
run: | run: |
curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt
@@ -132,7 +132,7 @@ jobs:
- name: Install publishing tools - name: Install publishing tools
run: | run: |
pacman -Syu --noconfirm 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 - name: Install CA
run: | run: |
curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt curl -fsSL http://info.noko.tan/install.sh | sudo bash -s -- nokotan_ca.crt