We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6974a6d commit f328abbCopy full SHA for f328abb
.github/workflows/build.yml
@@ -9,7 +9,9 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - run: sudo apt-get update && sudo apt-get install -y libjpeg libxml2-dev libxslt-dev
+ - 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
15
- uses: actions/checkout@v4
16
- uses: astral-sh/setup-uv@v6
17
with:
0 commit comments