]> Sergey Matveev's repositories - nnn.git/commitdiff
Update to gcc 9.1
authorArun Prakash Jana <engineerarun@gmail.com>
Mon, 17 Jun 2019 03:13:17 +0000 (08:43 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Mon, 17 Jun 2019 03:24:10 +0000 (08:54 +0530)
.circleci/config.yml

index 22be9478570abb83e14c17a75da3eadcdc1b2e32..9806c6b4259fd9425fd17404d08819d4c949a0d0 100644 (file)
@@ -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