Skip to content

Commit

Permalink
Also install gsettings-desktop-schemas.
Browse files Browse the repository at this point in the history
This should fix the application test failing with:
`Settings schema 'org.gnome.desktop.interface' is not installed`
  • Loading branch information
Stefan Sauer committed Feb 10, 2024
1 parent 934121e commit 1ab2c0e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ jobs:
run: |
sudo apt update -y
sudo apt upgrade -y
sudo apt install -y gdb gtk-doc-tools libglib2.0-dev libgsf-1-dev libgtk-3-dev libclutter-1.0-dev libclutter-gtk-1.0-dev libgirepository1.0-dev gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-alsa libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgudev-1.0-dev liborc-dev libasound2-dev check libfluidsynth-dev libxml2-utils libgstreamer1.0-dev libglib2.0-dev libunwind-dev yelp-tools intltool autopoint valgrind aspell-en xvfb
sudo apt install -y gdb gtk-doc-tools gsettings-desktop-schemas yelp-tools intltool autopoint valgrind aspell-en xvfb \
libglib2.0-dev libgsf-1-dev libgtk-3-dev libclutter-1.0-dev libclutter-gtk-1.0-dev libgirepository1.0-dev gstreamer1.0-tools gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-alsa libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgudev-1.0-dev liborc-dev libasound2-dev check libfluidsynth-dev libxml2-utils libgstreamer1.0-dev libglib2.0-dev libunwind-dev
- name: autogen.sh
run: |
Expand Down

0 comments on commit 1ab2c0e

Please sign in to comment.