diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6caa8cea7..9d85f869e 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