We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ca5e9 commit 1dc586cCopy full SHA for 1dc586c
.github/workflows/ci_workflows.yml
@@ -103,7 +103,7 @@ jobs:
103
run: pip install --pre meson ninja
104
- uses: ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
105
- name: configure
106
- run: meson setup builddir --fatal-meson-warnings -Ddefault_library=static
+ run: meson setup builddir --fatal-meson-warnings -Ddefault_library=both
107
- name: build
108
run: ninja -C builddir
109
- name: check
0 commit comments