]> granicus.if.org Git - vim/commitdiff
patch 9.0.1253: CI adds repository unnecessarily v9.0.1253
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Sat, 28 Jan 2023 10:43:50 +0000 (10:43 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 28 Jan 2023 10:43:50 +0000 (10:43 +0000)
Problem:    CI adds repository unnecessarily.
Solution:   Remove the line from the workflow. (closes #11900)

.github/workflows/ci.yml
src/version.c

index 01cc16a571228f75474a017245450063071d4d09..00ef41fed0e8a1f09ec6a05fd01c56d3f43ccfe4 100644 (file)
@@ -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
index 89017e00e84adf315b4f87c87d3497a7c188fb09..08947caac946204db2629a1b63a7a013c7d5803b 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1253,
 /**/
     1252,
 /**/