To: vim_dev@googlegroups.com Subject: Patch 8.2.3034 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- 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 ///