2
0
mirror of https://github.com/boostorg/redis.git synced 2026-01-19 04:42:09 +00:00

Missing packages in coverage build

This commit is contained in:
Ruben Perez
2023-10-05 14:13:19 +02:00
parent 0303ae0dbc
commit 60ba5b62af

View File

@@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3
- name: Install dependencies
run: sudo apt-get --no-install-recommends -y install cmake lcov g++-11 redis-server
run: sudo apt-get --no-install-recommends -y install cmake lcov g++-11 redis-server python3 libgd-perl
- name: Setup Boost
run: ./tools/ci.py setup-boost --source-dir=$(pwd)