Skip to content

Commit

Permalink
Add libs to docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
vmilosevic committed Dec 6, 2024
1 parent c8af17c commit 8a5038c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ RUN apt-get update && apt-get install -y \
graphviz \
patchelf \
libyaml-cpp-dev \
libboost-all-dev
libboost-all-dev \
jq \
curl \
lcov

# Install clang 17
RUN wget https://apt.llvm.org/llvm.sh && \
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ jobs:

- name: Prepare code coverage report
run: |
apt-get install lcov
lcov --directory build --capture --output-file coverage.info
lcov --extract coverage.info '**/src/*' --output-file coverage.info
lcov --list coverage.info
Expand Down

0 comments on commit 8a5038c

Please sign in to comment.