steps:
       - uses: actions/checkout@v3
+      - uses: ssciwr/doxygen-install@v1
       - uses: actions/setup-python@v4
         with:
           python-version: '3.x'
@@ -21,12 +22,11 @@ jobs: 
 
       - name: Configure
         # Don't use warning_level or werror. They are applied also to subprojects.
-        # 2023-07-28: Why is the documentation not built?
         # With the latest fixes in mm-common and libsigc++ it's possible
         # to build the reference documentation, but it's error-prone to build
         # the manual. AFAIK there are no easily installable docbook5-xml and
         # docbook-xsl packages for Windows.
-        run: meson setup -Dwarnings=fatal -Dmaintainer-mode=false -Dbuild-documentation=false _build
+        run: meson setup -Dwarnings=fatal -Dbuild-manual=false -Dmm-common:use-network=true _build
 
       - name: Compile
         run: meson compile -C _build