diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-01-12 17:13:26 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-01-12 17:14:01 +0100 |
commit | a882875c324f9404351b1b9d3a095d7da4984ba9 (patch) | |
tree | bbf71473a12095a6e637d9cecc2b807807800dbc /.github | |
parent | 540bad94df96f8bf8b018796d940b52795bb37b0 (diff) |
Add libpng and libjpeg for Ubuntu CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86d8e3af..37221fb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 1 - name: Install dependencies - run: sudo apt install -y libfltk1.3-dev libssl-dev libwebp-dev xvfb x11-apps x11-utils imagemagick + run: sudo apt install -y libfltk1.3-dev libssl-dev libpng-dev libjpeg-dev libwebp-dev xvfb x11-apps x11-utils imagemagick - name: autogen run: ./autogen.sh |