mirror of
https://github.com/zoriya/vim.git
synced 2026-06-06 05:07:10 +00: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:
committed by
Bram Moolenaar
parent
419a40ac96
commit
ef7be8348f
@@ -56,7 +56,7 @@ jobs:
|
||||
|
||||
- name: Install packages
|
||||
run: |
|
||||
sudo apt-get install -y \
|
||||
sudo apt update && sudo apt install -y \
|
||||
autoconf \
|
||||
lcov \
|
||||
gettext \
|
||||
|
||||
Reference in New Issue
Block a user