From 192e24d974522852bdca67db6d76ead87f57e677 Mon Sep 17 00:00:00 2001 From: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat, 28 Jan 2023 10:43:50 +0000 Subject: patch 9.0.1253: CI adds repository unnecessarily Problem: CI adds repository unnecessarily. Solution: Remove the line from the workflow. (closes #11900) --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01cc16a571..00ef41fed0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,6 @@ jobs: - name: Install gcc-11 if: matrix.compiler == 'gcc' run: | - sudo add-apt-repository ppa:ubuntu-toolchain-r/test sudo apt install -y gcc-11 sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100 sudo update-alternatives --set gcc /usr/bin/gcc-11 -- cgit v1.2.3