From 8b322597d96065c0d63f2e777ee8846d247f6b60 Mon Sep 17 00:00:00 2001 From: Liam Pattinson Date: Thu, 16 Feb 2023 11:41:25 +0000 Subject: [PATCH] Don't install jsoncpp or yamlcpp from Ubuntu repos New build system for the C++ API may fail using these libraries, as the versions on the Ubuntu repos are behind those used by FetchContent. --- .github/workflows/cpp_simple_model.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cpp_simple_model.yaml b/.github/workflows/cpp_simple_model.yaml index 1ed4886..51ccf64 100644 --- a/.github/workflows/cpp_simple_model.yaml +++ b/.github/workflows/cpp_simple_model.yaml @@ -23,7 +23,7 @@ jobs: run: curl -fsSL https://data.scrc.uk/static/localregistry.sh | /bin/bash -s -- -b main - name: Install Dependencies run: | - sudo apt install -y lcov libjsoncpp-dev curl libcurl4-openssl-dev libyaml-cpp-dev libhdf5-dev + sudo apt install -y lcov curl libcurl4-openssl-dev libhdf5-dev - name: Configure Library run: | cmake -Bbuild