From 4ef5078b2da1045a7090379ab8ee81c8f2f3d2e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Kr=C3=B6ning?= Date: Thu, 18 Jun 2020 21:56:58 +0200 Subject: [PATCH] CI: Test system jsoncpp --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c753c82a09..8c153b0af6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -55,14 +55,13 @@ jobs: libxtst-dev ninja-build - name: Configure - # TODO: jsoncpp: https://github.com/stepmania/stepmania/issues/1883 # TODO: png: https://github.com/stepmania/stepmania/issues/1881 # TODO: tomcrypt: https://github.com/stepmania/stepmania/issues/1885 run: cmake -G Ninja -B build -DWITH_SYSTEM_FFMPEG=ON -DWITH_SYSTEM_GLEW=ON -DWITH_SYSTEM_JPEG=ON - -DWITH_SYSTEM_JSONCPP=OFF + -DWITH_SYSTEM_JSONCPP=ON -DWITH_SYSTEM_MAD=ON -DWITH_SYSTEM_OGG=ON -DWITH_SYSTEM_PCRE=ON