File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,17 @@ jobs:
3939
4040 meson-build-test :
4141 runs-on : ubuntu-latest
42+ container :
43+ # Use Ubuntu 23.04 in order to have appstreamcli v0.16 instead of 0.15.
44+ image : ubuntu:23.04
4245 steps :
4346 - uses : actions/checkout@v4
4447 - uses : actions/setup-python@v5
4548 with :
4649 python-version : ' 3.8'
47- - run : sudo apt-get -y install meson appstream desktop-file-utils gettext
48- - run : pip install meson ninja
50+ # Extra installation since we are not using ubuntu-latest
51+ - run : apt-get update && apt-get -y install libglib2.0-dev-bin
52+ - run : apt-get -y install meson appstream desktop-file-utils gettext
4953 - run : meson setup build
5054 - run : meson compile -C build
5155 - run : meson test --print-errorlogs -C build
You can’t perform that action at this time.
0 commit comments