Skip to content
Snippets Groups Projects
Commit b9ca1e67 authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

chore(ci): botched the clang-format installation

parent 99747a00
No related branches found
Tags v1.1.0
No related merge requests found
......@@ -30,7 +30,9 @@ RUN apt-get update && \
apt-get install --yes \
git \
tree \
clang-format-9
clang-format-9 && \
update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-9 20 && \
clang-format --version
WORKDIR /home
COPY . .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment