Patch 8.2.3034

2 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 22, 2021, 12:21:56 PM6/22/21
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages