Skip to content

Commit

Permalink
ci: Migrate to Ubuntu 24.04
Browse files Browse the repository at this point in the history
Use latest LTS to check build.

Signed-off-by: Artem Senichev <artemsen@gmail.com>
  • Loading branch information
artemsen committed Sep 28, 2024
1 parent 7128fed commit 15af214
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/Ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
sudo apt install --no-install-recommends --yes
build-essential meson pkg-config wayland-protocols
libwayland-dev libjson-c-dev libxkbcommon-dev
libfreetype-dev libfontconfig-dev
libfreetype-dev libfontconfig-dev libexif-dev
libopenexr-dev libgif-dev libheif-dev libavif-dev
libjpeg-dev librsvg2-dev libtiff-dev libwebp-dev
libopenexr-dev libjxl-dev
libgtest-dev cmake
- name: Install gtest
Expand All @@ -43,18 +44,7 @@ jobs:
meson setup
-D version=${{steps.version.outputs.VERSION}}
-D tests=enabled
-D heif=enabled
-D bash=enabled
-D exif=enabled
-D exr=auto
-D gif=enabled
-D jpeg=enabled
-D jxl=auto
-D svg=enabled
-D tiff=enabled
-D webp=enabled
-D man=true
-D desktop=true
--auto-features=enabled
--prefix=/usr
--werror
${{ env.BUILD_PATH }}
Expand Down

0 comments on commit 15af214

Please sign in to comment.