From 719a4043b5ed74fd834b0823c251b418c91e7c6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Fri, 1 Nov 2024 14:25:14 +0100 Subject: [PATCH] workflows: Disable "enhancers-loader" for docs build Not needed to build the docs, so disable it --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6caa8cea..9d85f869 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -28,6 +28,7 @@ jobs: - name: Build run: | meson setup builddir -Dauto_features=enabled \ + -Denhancers-loader=disabled \ -Dclapper-app=disabled -Dvapi=disabled -Ddoc=true \ -Dglimporter=auto -Dgluploader=auto -Drawimporter=auto cd builddir