From 6ff823408dec24bcab1c0c62ce026b7506593841 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sun, 22 Mar 2026 02:11:45 +1100 Subject: [PATCH] ci: update image deps --- .github/workflows/update-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-image.yml b/.github/workflows/update-image.yml index 9700e012..23006dd0 100644 --- a/.github/workflows/update-image.yml +++ b/.github/workflows/update-image.yml @@ -23,13 +23,13 @@ jobs: run: | cat > /tmp/Dockerfile <> /etc/sudoers && \ sudo -u builder git clone https://aur.archlinux.org/yay-bin.git /home/builder/yay-bin && \ cd /home/builder/yay-bin && \ sudo -u builder makepkg -si --noconfirm && \ - sudo -u builder yay -S --noconfirm quickshell-git && \ + sudo -u builder yay -S --noconfirm quickshell-git libcava && \ sudo -u builder yay -Yc --noconfirm && \ pacman -Rns --noconfirm yay-bin && \ sed -i '/builder ALL=(ALL) NOPASSWD:ALL/d' /etc/sudoers && \