Install libcereal-dev (and thus rapidjson-dev) for the R CMD check call.

This commit is contained in:
Ryan Curtin
2022-12-29 10:24:07 -05:00
parent 8110395511
commit f626041ff8
+1 -1
View File
@@ -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: |