Skip to content

Commit 6974a6d

Browse files
authored
libjpeg
1 parent c41c22a commit 6974a6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- run: sudo apt-get update && sudo apt-get install -y libxml2-dev libxslt-dev
12+
- run: sudo apt-get update && sudo apt-get install -y libjpeg libxml2-dev libxslt-dev
1313
- uses: actions/checkout@v4
1414
- uses: astral-sh/setup-uv@v6
1515
with:

0 commit comments

Comments
 (0)