Skip to content

Commit

Permalink
[ci] Install required libfontconfig1-dev dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jan 6, 2025
1 parent f09e3f1 commit 41b11d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get install -y \
libc++-dev libc++abi-dev \
libpixman-1-dev libfreetype6-dev libharfbuzz-dev zlib1g-dev \
libx11-dev libxcursor-dev libxi-dev libgl1-mesa-dev
libx11-dev libxcursor-dev libxi-dev libgl1-mesa-dev libfontconfig1-dev
if [[ "${{ matrix.backend }}" == "skia" ]] ; then
wget https://github.com/aseprite/skia/releases/download/m102-861e4743af/Skia-Linux-Release-x64-libc++.zip
unzip Skia-Linux-Release-x64-libc++.zip -d skia
Expand Down

0 comments on commit 41b11d6

Please sign in to comment.