0
0
mirror of https://github.com/vim/vim.git synced 2025-07-26 11:04:33 -04:00

patch 8.2.3034: installing packages on github CI sometimes fails

Problem:    Installing packages on github CI sometimes fails.
Solution:   Update package information first. (Christian Brabandt,
            closes #8432)
This commit is contained in:
Christian Brabandt 2021-06-22 18:21:19 +02:00 committed by Bram Moolenaar
parent 419a40ac96
commit ef7be8348f
2 changed files with 3 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
- name: Install packages
run: |
sudo apt-get install -y \
sudo apt update && sudo apt install -y \
autoconf \
lcov \
gettext \

View File

@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
3034,
/**/
3033,
/**/