fix: add cmark:p to mingw build
this way we can just dynamically link it on that build instead of building it ourselves and statically linking it Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
This commit is contained in:
parent
807da6a035
commit
ff7878217d
1
.github/workflows/build.yml
vendored
1
.github/workflows/build.yml
vendored
@ -135,6 +135,7 @@ jobs:
|
||||
quazip-qt6:p
|
||||
ccache:p
|
||||
qt6-5compat:p
|
||||
cmark:p
|
||||
|
||||
- name: Force newer ccache
|
||||
if: runner.os == 'Windows' && matrix.msystem == '' && inputs.build_type == 'Debug'
|
||||
|
Loading…
Reference in New Issue
Block a user