]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
ci: remove packages.microsoft.com
authorLuca Boccassi <bluca@debian.org>
Wed, 24 Apr 2024 14:43:23 +0000 (15:43 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 24 Apr 2024 15:59:09 +0000 (17:59 +0200)
It is not needed, it publishes things like dotnet, and it is often
broken, so just remove the sources

.github/workflows/ci.yml
action.yaml

index 49a682f66fe4ca0220f69b8426c421c6fceb6221..b2aea534cadb995e1a649c3c5db2ad33f687da72 100644 (file)
@@ -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
index 2aea4cfcc604fe475e288f1580a27dd7d57e5ebd..b705b12f8e666e662a3a35021eff2f0a3e18513a 100644 (file)
@@ -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