forked from mia/Aegisub
actions: build as release for Windows CI
This commit is contained in:
parent
9211b7b632
commit
32729800df
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -69,7 +69,7 @@ jobs:
|
|||
- name: Configure (Windows)
|
||||
if: matrix.config.os == 'windows-latest'
|
||||
# -Dfreetype2:png=enabled is a workaround for https://savannah.nongnu.org/bugs/?59458
|
||||
run: meson build -Ddefault_library=static --force-fallback-for=zlib,harfbuzz -Dfreetype2:zlib=system -Dfreetype2:png=enabled -Dfreetype2:default_library=static
|
||||
run: meson build -Ddefault_library=static --force-fallback-for=zlib,harfbuzz -Dfreetype2:zlib=system -Dfreetype2:png=enabled -Dfreetype2:default_library=static -Dbuildtype=release
|
||||
|
||||
- name: Configure (Linux)
|
||||
if: matrix.config.os == 'ubuntu-latest'
|
||||
|
|
Loading…
Reference in a new issue