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 c41c22a commit 6974a6dCopy full SHA for 6974a6d
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
build:
10
runs-on: ubuntu-latest
11
steps:
12
- - run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev
+ - run: sudo apt-get update && sudo apt-get install -y libjpeg libxml2-dev libxslt-dev
13
- uses: actions/checkout@v4
14
- uses: astral-sh/setup-uv@v6
15
with:
0 commit comments