To: vim_dev@googlegroups.com Subject: Patch 9.0.1253 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.1253 Problem: CI adds repository unnecessarily. Solution: Remove the line from the workflow. (closes #11900) Files: .github/workflows/ci.yml *** ../vim-9.0.1252/.github/workflows/ci.yml 2022-12-30 17:41:12.736064711 +0000 --- .github/workflows/ci.yml 2023-01-28 10:42:41.109119887 +0000 *************** *** 96,102 **** - 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 --- 96,101 ---- *** ../vim-9.0.1252/src/version.c 2023-01-28 10:28:05.206125799 +0000 --- src/version.c 2023-01-28 10:43:26.845103256 +0000 *************** *** 697,698 **** --- 697,700 ---- { /* Add new patch number below this line */ + /**/ + 1253, /**/ -- hundred-and-one symptoms of being an internet addict: 56. You leave the modem speaker on after connecting because you think it sounds like the ocean wind...the perfect soundtrack for "surfing the net". /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///