From: Luca Boccassi Date: Wed, 24 Apr 2024 14:43:23 +0000 (+0100) Subject: ci: remove packages.microsoft.com X-Git-Tag: v23.1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0348233ac07766e2372be27d451ab17b4b8c07ca;p=thirdparty%2Fmkosi.git ci: remove packages.microsoft.com It is not needed, it publishes things like dotnet, and it is often broken, so just remove the sources --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 49a682f66..b2aea534c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,8 @@ jobs: - name: Install 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 sudo apt-get update sudo apt-get install pandoc python3-pytest python3 -m pip install --upgrade setuptools wheel pip diff --git a/action.yaml b/action.yaml index 2aea4cfcc..b705b12f8 100644 --- a/action.yaml +++ b/action.yaml @@ -35,6 +35,8 @@ runs: - name: Dependencies shell: bash 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 # For archlinux-keyring and pacman sudo add-apt-repository ppa:michel-slm/kernel-utils sudo apt-get update