mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
CI: remove microsoft-prod.list repository (#14628)
This is added by default, and it is often broken, but we don't need anything from it. Signed-off-by: Philip H <47042125+pheiduck@users.noreply.github.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
dc5cd1cac1
commit
04e8943556
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -96,6 +96,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
run: |
|
run: |
|
||||||
|
# This is added by default, and it is often broken, but we don't need anything from it
|
||||||
|
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
|
||||||
PKGS=( \
|
PKGS=( \
|
||||||
gettext \
|
gettext \
|
||||||
libgtk2.0-dev:${{ matrix.architecture }} \
|
libgtk2.0-dev:${{ matrix.architecture }} \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user