Skip to content
Snippets Groups Projects
Commit d599ab84 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

fix: explicitly install cpp in base (reqd for debian testing)

parent f79464eb
No related branches found
No related tags found
1 merge request!836fix: explicitly install cpp in base (reqd for debian testing)
......@@ -101,7 +101,7 @@ else
fi
# Install packages
apt-get -yqq update
apt-get -yqq install gcc${GCC} g++${GCC} gfortran${GCC}
apt-get -yqq install cpp${GCC} gcc${GCC} g++${GCC} gfortran${GCC}
apt-get -yqq install clang${CLANG} clang-tidy${CLANG} clang-format${CLANG} libclang${CLANG}-dev
apt-get -yqq autoremove
# Ensure alternatives without version tags
......
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