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 -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20230128104428.217011C0A4F%40moolenaar.net.