diff options
author | DioEgizio <83089242+DioEgizio@users.noreply.github.com> | 2023-01-11 10:16:28 +0100 |
---|---|---|
committer | Joshua Goins <josh@redstrate.com> | 2023-01-12 10:08:52 -0500 |
commit | ff7878217d6a5bab7cd688bb2051ef212c8b6117 (patch) | |
tree | 96c01bf3bd17d938c618b9703db82161409ce6fb | |
parent | 807da6a0358c99cea907b51fb389654c969e27da (diff) | |
download | PrismLauncher-ff7878217d6a5bab7cd688bb2051ef212c8b6117.tar.gz PrismLauncher-ff7878217d6a5bab7cd688bb2051ef212c8b6117.tar.bz2 PrismLauncher-ff7878217d6a5bab7cd688bb2051ef212c8b6117.zip |
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>
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b6e179e1..050adb87 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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' |