Patch 8.2.3034
Problem: Installing packages on github CI sometimes fails.
Solution: Update package information first. (Christian Brabandt,
closes #8432)
Files: .github/workflows/ci.yml
*** ../vim-8.2.3033/.github/workflows/ci.yml 2021-06-20 14:01:25.972924640
+0200
--- .github/workflows/ci.yml 2021-06-22 18:19:22.047277855 +0200
***************
*** 56,62 ****
- name: Install packages
run: |
! sudo apt-get install -y \
autoconf \
lcov \
gettext \
--- 56,62 ----
- name: Install packages
run: |
! sudo apt update && sudo apt install -y \
autoconf \
lcov \
gettext \
*** ../vim-8.2.3033/src/version.c 2021-06-21 21:55:14.696257282 +0200
--- src/version.c 2021-06-22 18:20:58.103015230 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3034,
/**/
--
How To Keep A Healthy Level Of Insanity:
7. Finish all your sentences with "in accordance with the prophecy".
/// 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/202106221621.15MGLnQT918267%40masaka.moolenaar.net.