File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 99
1010 steps :
1111 - uses : actions/checkout@v3
12+ - uses : ssciwr/doxygen-install@v1
1213 - uses : actions/setup-python@v4
1314 with :
1415 python-version : ' 3.x'
@@ -21,12 +22,11 @@ jobs:
2122
2223 - name : Configure
2324 # Don't use warning_level or werror. They are applied also to subprojects.
24- # 2023-07-28: Why is the documentation not built?
2525 # With the latest fixes in mm-common and libsigc++ it's possible
2626 # to build the reference documentation, but it's error-prone to build
2727 # the manual. AFAIK there are no easily installable docbook5-xml and
2828 # docbook-xsl packages for Windows.
29- run : meson setup -Dwarnings=fatal -Dmaintainer-mode =false -Dbuild-documentation=false _build
29+ run : meson setup -Dwarnings=fatal -Dbuild-manual =false -Dmm-common:use-network=true _build
3030
3131 - name : Compile
3232 run : meson compile -C _build
You can’t perform that action at this time.
0 commit comments