Skip to content

Commit

Permalink
workflows: Disable "enhancers-loader" for docs build
Browse files Browse the repository at this point in the history
Not needed to build the docs, so disable it
  • Loading branch information
Rafostar committed Nov 3, 2024
1 parent 95a7a58 commit 9dedd39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dedd39

Please sign in to comment.