summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2024-04-24 19:55:11 +0200
committerGitHub <noreply@github.com>2024-04-24 19:55:11 +0200
commit04e8943556fbe2e53ce611f753141442bc8c655a (patch)
treef99936f3f43692a5cc288661247eadfc0d739888
parentdc5cd1cac1a8b25b6259f2b0a7a071f7b840e730 (diff)
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>
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b7439ed36e..98f8d8a050 100644
--- 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 }} \