From 33e8c931f16464718109513ec433ca4a7575259c Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Mon, 17 Jun 2019 08:43:17 +0530 Subject: [PATCH] Update to gcc 9.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 22be9478..9806c6b4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,7 +12,7 @@ jobs: command: | apt update -qq apt install -y --no-install-recommends software-properties-common wget gpg-agent - apt-add-repository -y ppa:jonathonf/gcc-9.0 + apt-add-repository -y ppa:jonathonf/gcc-9.1 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add - apt-add-repository -y "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-8 main" apt update -qq