# HG changeset patch # User Bram Moolenaar # Date 1674902706 -3600 # Node ID c114394d8e8405b283bff04a0cf984204d87f7e4 # Parent 4c06d7b151fcfa4c1ffc5f35106a71b73afcb13e patch 9.0.1253: CI adds repository unnecessarily Commit: https://github.com/vim/vim/commit/192e24d974522852bdca67db6d76ead87f57e677 Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Sat Jan 28 10:43:50 2023 +0000 patch 9.0.1253: CI adds repository unnecessarily Problem: CI adds repository unnecessarily. Solution: Remove the line from the workflow. (closes https://github.com/vim/vim/issues/11900) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml --- 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 diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -696,6 +696,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1253, +/**/ 1252, /**/ 1251,