changeset 35036:26a9978d3a8c

CI: remove microsoft-prod.list repository (#14628) Commit: https://github.com/vim/vim/commit/04e8943556fbe2e53ce611f753141442bc8c655a Author: Philip H <47042125+pheiduck@users.noreply.github.com> Date: Wed Apr 24 19:55:11 2024 +0200 CI: remove microsoft-prod.list repository (https://github.com/vim/vim/issues/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>
author Christian Brabandt <cb@256bit.org>
date Wed, 24 Apr 2024 20:00:07 +0200
parents 29dcbae39224
children 5df4ad0a5200
files .github/workflows/ci.yml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -96,6 +96,8 @@ jobs:
 
       - name: Install packages
         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=( \
             gettext \
             libgtk2.0-dev:${{ matrix.architecture }} \