Skip to content

Commit

Permalink
Merge pull request #3002 from sarayourfriend/fix/remove-unneeded-dep
Browse files Browse the repository at this point in the history
Remove unneeded dependency
  • Loading branch information
freakboy3742 authored Nov 29, 2024
2 parents 7e0c402 + b90b9cc commit df0b469
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 df0b469

Please sign in to comment.