From f626041ff8debf55c4c8308a62f2da8b410a4a9d Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Thu, 29 Dec 2022 10:24:07 -0500 Subject: [PATCH] Install libcereal-dev (and thus rapidjson-dev) for the R CMD check call. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a4d3825354..a5df9a97a1 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -137,7 +137,7 @@ jobs: if: runner.os != 'Windows' && runner.os != 'macOS' run: | sudo apt-get update - sudo apt-get install -y --allow-unauthenticated libcurl4-openssl-dev + sudo apt-get install -y --allow-unauthenticated libcurl4-openssl-dev libcereal-dev - name: Install dependencies run: |