Skip to content

Commit f328abb

Browse files
authored
Update build.yml
1 parent 6974a6d commit f328abb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- run: sudo apt-get update && sudo apt-get install -y libjpeg libxml2-dev libxslt-dev
12+
- run: sudo apt-get update && sudo apt-get install -y libtiff5-dev libjpeg8-dev libopenjp2-7-dev zlib1g-dev \
13+
libfreetype6-dev liblcms2-dev libwebp-dev tcl8.6-dev tk8.6-dev python3-tk \
14+
libharfbuzz-dev libfribidi-dev libxcb1-dev libxml2-dev libxslt-dev
1315
- uses: actions/checkout@v4
1416
- uses: astral-sh/setup-uv@v6
1517
with:

0 commit comments

Comments
 (0)