Skip to content

Commit 5b68b1d

Browse files
committed
ci: Adds libjpeg-dev dependency to sof-docs workflow
Includes libjpeg-dev in the sof docs workflow to ensure required libraries are available for building Pillow. Signed-off-by: Christopher Turner <christopher.g.turner@intel.com>
1 parent bed24a7 commit 5b68b1d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/sof-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
- name: apt-get install
4040
run: sudo apt-get -y install
4141
doxygen make default-jre graphviz cmake ninja-build
42+
libjpeg-dev
4243

4344
- name: doxygen
4445
run: cmake -GNinja -S doc/ -B doxybuild/ && ninja -C doxybuild/ -v doc

0 commit comments

Comments
 (0)