Skip to content

Commit b739e74

Browse files
committed
ci: add qt shadertools dep to ci image
1 parent e855506 commit b739e74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
cat > /tmp/Dockerfile <<EOF
2525
FROM archlinux:latest
26-
RUN pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clazy qt6-declarative python libpipewire aubio libqalculate && \
26+
RUN pacman -Syu --needed --noconfirm sudo base-devel cmake ninja fish git clazy qt6-declarative qt6-shadertools python libpipewire aubio libqalculate && \
2727
useradd -m builder && \
2828
echo 'builder ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && \
2929
sudo -u builder git clone https://aur.archlinux.org/yay-bin.git /home/builder/yay-bin && \

0 commit comments

Comments
 (0)