Skip to content

Commit 2fa72c0

Browse files
committed
CI: Windows build: -Dlibxml2:python=disabled
The type of this option has changed from boolean to feature.
1 parent 512df9f commit 2fa72c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/meson-windows-2022.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
architecture: x64
2121

2222
- name: Configure
23-
run: meson setup --warnlevel 3 -Dlibxml2:warning_level=0 --werror -Dlibxml2:werror=false -Dlibxml2:python=false -Dmaintainer-mode=false _build
23+
run: meson setup --warnlevel 3 -Dlibxml2:warning_level=0 --werror -Dlibxml2:werror=false -Dlibxml2:python=disabled -Dmaintainer-mode=false _build
2424

2525
- name: Compile
2626
run: ninja -C _build
@@ -29,7 +29,7 @@ jobs:
2929
run: meson test -C _build
3030

3131
- name: Configure static
32-
run: meson setup --warnlevel 3 -Dlibxml2:warning_level=0 --werror -Dlibxml2:werror=false -Dlibxml2:python=false --default-library static -Dmaintainer-mode=false _build_static
32+
run: meson setup --warnlevel 3 -Dlibxml2:warning_level=0 --werror -Dlibxml2:werror=false -Dlibxml2:python=disabled --default-library static -Dmaintainer-mode=false _build_static
3333

3434
- name: Compile static
3535
run: ninja -C _build_static

0 commit comments

Comments
 (0)