Remove theme-manager option in debian-build.yml

Remove theme-manager option from Meson setup.
This commit is contained in:
deepend-tildeclub
2026-01-16 18:57:18 -07:00
committed by GitHub
parent b7177b9fe6
commit 58073542ff

View File

@@ -35,7 +35,6 @@ jobs:
rm -rf build
meson setup build \
-Dtext-frontend=true \
-Dtheme-manager=true \
-Dauto_features=enabled
# If configure fails, show the project's actual option names in the log.
- name: Show Meson options (on failure)