Skip to content

Commit

Permalink
fix(ci): Install libwayland-dev on ubuntu CI (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
CosmicHorrorDev authored Feb 17, 2024
1 parent d1d1fa0 commit 810fe68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ci/ubuntu-install-packages
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ fi
sudo apt-get update
sudo apt-get install -y --no-install-recommends \
libfontconfig1-dev \
jq
libwayland-dev \
jq

0 comments on commit 810fe68

Please sign in to comment.