diff options
author | flow <flowlnlnln@gmail.com> | 2023-01-13 16:16:00 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-13 16:16:00 -0300 |
commit | b937d334362c0810ab59b3bc4660a2bbea31c7da (patch) | |
tree | 6c971fe381d661884864bfb0ddb5e6ed565eb569 /.github/workflows/build.yml | |
parent | f7244fbf68febd2ea7543862dbcd69635ccb579b (diff) | |
parent | ff7878217d6a5bab7cd688bb2051ef212c8b6117 (diff) | |
download | PrismLauncher-b937d334362c0810ab59b3bc4660a2bbea31c7da.tar.gz PrismLauncher-b937d334362c0810ab59b3bc4660a2bbea31c7da.tar.bz2 PrismLauncher-b937d334362c0810ab59b3bc4660a2bbea31c7da.zip |
Merge pull request #714 from redstrate/cmark
Diffstat (limited to '.github/workflows/build.yml')
-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 77e934e1..5d4004d0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -136,6 +136,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' |