Skip to content
Snippets Groups Projects
Commit 7bb23b1e authored by Charles Schlosser's avatar Charles Schlosser
Browse files

CI: don't add ToolChain PPA

parent 7bb8c58e
No related branches found
No related tags found
No related merge requests found
......@@ -16,9 +16,7 @@ export | grep EIGEN
# geographical region.
export DEBIAN_FRONTEND=noninteractive
apt-get update -y > /dev/null
apt-get install -y --no-install-recommends software-properties-common ninja-build cmake git > /dev/null
add-apt-repository -y ppa:ubuntu-toolchain-r/test > /dev/null
apt-get update -y > /dev/null
apt-get install -y --no-install-recommends ninja-build cmake git > /dev/null
# Install required dependencies and set up compilers.
# These are required even for testing to ensure that dynamic runtime libraries
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment