Skip to content

Commit 60ba5b6

Browse files
committed
Missing packages in coverage build
1 parent 0303ae0 commit 60ba5b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v3
2323

2424
- name: Install dependencies
25-
run: sudo apt-get --no-install-recommends -y install cmake lcov g++-11 redis-server
25+
run: sudo apt-get --no-install-recommends -y install cmake lcov g++-11 redis-server python3 libgd-perl
2626

2727
- name: Setup Boost
2828
run: ./tools/ci.py setup-boost --source-dir=$(pwd)

0 commit comments

Comments
 (0)