We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0303ae0 commit 60ba5b6Copy full SHA for 60ba5b6
.github/workflows/coverage.yml
@@ -22,7 +22,7 @@ jobs:
22
uses: actions/checkout@v3
23
24
- name: Install dependencies
25
- 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
26
27
- name: Setup Boost
28
run: ./tools/ci.py setup-boost --source-dir=$(pwd)
0 commit comments