diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5384bb04..fccb8135 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -233,8 +233,8 @@ jobs: image: docker.io/library/archlinux:base steps: - - name: Install the standard pacman config - run: cp /etc/pacman.conf.pacnew /etc/pacman.conf + - name: Disable excluding documenation in pacman configuration + run: sed -i -e '\| usr/share/gtk-doc/|d' -e '\| usr/share/doc/|d' /etc/pacman.conf - name: Install dependencies run: pacman -Syu --needed --noconfirm base-devel file git glib2 glib2-docs gobject-introspection gtk-doc jq libyaml meson python-gobject python-six valgrind