]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
CI: remove microsoft-prod.list repository (#14628)
authorPhilip H <47042125+pheiduck@users.noreply.github.com>
Wed, 24 Apr 2024 17:55:11 +0000 (19:55 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Apr 2024 17:55:11 +0000 (19:55 +0200)
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>
.github/workflows/ci.yml

index b7439ed36ef844a42a156592d5c19182a63d3364..98f8d8a050ed2735b25666fa9cf9ac7ef4473dfc 100644 (file)
@@ -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 }} \