Skip to content

Commit

Permalink
Remove unneeded dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sarayourfriend committed Nov 29, 2024
1 parent 7e0c402 commit b90b9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -239,8 +239,7 @@ jobs:
sudo apt update -y
sudo apt install -y --no-install-recommends \
mutter pkg-config python3-dev libgirepository1.0-dev libcairo2-dev \
gir1.2-webkit2-4.1 gir1.2-xapp-1.0 \
libjpeg-dev # remove once the version of Pillow has a wheel on PyPI for Python 3.12
gir1.2-webkit2-4.1 gir1.2-xapp-1.0
# Start Virtual X Server
echo "Start X server..."
Expand Down
1 change: 1 addition & 0 deletions changes/2893.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
An unnecessary dependency was removed from the Linux Wayland CI environment.

0 comments on commit b90b9cc

Please sign in to comment.