Skip to content

Commit 0f6c08d

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 0f6c08d

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/sof-docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ jobs:
3737
run: sudo apt-get update
3838

3939
- name: apt-get install
40-
run: sudo apt-get -y install
41-
doxygen make default-jre graphviz cmake ninja-build
40+
run: |
41+
sudo apt-get -yq install doxygen make \
42+
default-jre graphviz cmake ninja-build \
43+
libjpeg-dev
4244
4345
- name: doxygen
4446
run: cmake -GNinja -S doc/ -B doxybuild/ && ninja -C doxybuild/ -v doc

0 commit comments

Comments
 (0)