Skip to content

Commit

Permalink
Fix image test failures
Browse files Browse the repository at this point in the history
For some reason, CI now needs gdkpixbuf and svg libraries for our image tests to pass.
  • Loading branch information
elParaguayo authored Sep 27, 2024
1 parent 46bf208 commit 1d353df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
libdbus-1-dev libgirepository1.0-dev gir1.2-gtk-3.0 gir1.2-notify-0.7 gir1.2-gudev-1.0 graphviz \
imagemagick git xserver-xephyr xterm xvfb dbus-x11 libnotify-bin \
libxcb-composite0-dev libxcb-icccm4-dev libxcb-res0-dev libxcb-render0-dev libxcb-res0-dev \
libxcb-xfixes0-dev vlc volumeicon-alsa libxkbcommon-dev python-gi-dev tox libcairo2-dev
libxcb-xfixes0-dev vlc volumeicon-alsa libxkbcommon-dev python-gi-dev tox libcairo2-dev \
gir1.2-gdkpixbuf-2.0 librsvg2-dev
pip -q install --break-system-packages tox-gh-actions
- name: Install wayland
if: ${{ matrix.backend == 'wayland' }}
Expand Down

0 comments on commit 1d353df

Please sign in to comment.