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 9
9
10
10
steps :
11
11
- uses : actions/checkout@v3
12
+ - uses : ssciwr/doxygen-install@v1
12
13
- uses : actions/setup-python@v4
13
14
with :
14
15
python-version : ' 3.x'
@@ -21,12 +22,11 @@ jobs:
21
22
22
23
- name : Configure
23
24
# Don't use warning_level or werror. They are applied also to subprojects.
24
- # 2023-07-28: Why is the documentation not built?
25
25
# With the latest fixes in mm-common and libsigc++ it's possible
26
26
# to build the reference documentation, but it's error-prone to build
27
27
# the manual. AFAIK there are no easily installable docbook5-xml and
28
28
# 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
30
30
31
31
- name : Compile
32
32
run : meson compile -C _build
You can’t perform that action at this time.
0 commit comments