Skip to content

Commit

Permalink
Try another option for the dconf schema issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan Sauer committed Feb 10, 2024
1 parent 5081b55 commit fc95f3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
sudo apt update -y
sudo apt upgrade -y
sudo apt install -y gdb gtk-doc-tools gsettings-desktop-schemas yelp-tools intltool autopoint valgrind aspell-en xvfb \
sudo apt install -y gdb gtk-doc-tools dconf-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
Expand Down
2 changes: 1 addition & 1 deletion Makefile.tests.am
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ AM_TESTS_ENVIRONMENT_VARS = \
XDG_CACHE_HOME=$(abs_top_builddir) \
XDG_DATA_HOME=$(abs_top_builddir) \
GSETTINGS_BACKEND=memory \
GSETTINGS_SCHEMA_DIR=$(abs_top_builddir):$(GSETTINGS_SCHEMA_DIR) \
GSETTINGS_SCHEMA_DIR=$(abs_top_builddir) \
NO_AT_BRIDGE=1 \
GST_DEBUG_FILE=/dev/null \
GST_REGISTRY_1_0=$(CHECK_REGISTRY) \
Expand Down

0 comments on commit fc95f3c

Please sign in to comment.