Skip to content

Commit 192e24d

Browse files
pheiduckbrammool
authored andcommitted
patch 9.0.1253: CI adds repository unnecessarily
Problem: CI adds repository unnecessarily. Solution: Remove the line from the workflow. (closes #11900)
1 parent f75a2cb commit 192e24d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,6 @@ jobs:
9696
- name: Install gcc-11
9797
if: matrix.compiler == 'gcc'
9898
run: |
99-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
10099
sudo apt install -y gcc-11
101100
sudo update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-11 100
102101
sudo update-alternatives --set gcc /usr/bin/gcc-11

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -695,6 +695,8 @@ static char *(features[]) =
695695

696696
static int included_patches[] =
697697
{ /* Add new patch number below this line */
698+
/**/
699+
1253,
698700
/**/
699701
1252,
700702
/**/

0 commit comments

Comments
 (0)