From 8e3286eb1711d2756c9dcdd44892ced50d4b98ff Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 30 Mar 2026 20:33:43 +0200 Subject: [PATCH] chore: disable the microsoft disablement --- .github/workflows/cross-compile.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cross-compile.yaml b/.github/workflows/cross-compile.yaml index 4118157..5ac41ee 100644 --- a/.github/workflows/cross-compile.yaml +++ b/.github/workflows/cross-compile.yaml @@ -69,7 +69,8 @@ jobs: - name: Set the Wine Windows Emulation program up # https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu run: | - mv /etc/apt/sources.list.d/microsoft-prod.list /etc/apt/sources.list.d/microsoft-prod.list.disabled + #mv /etc/apt/sources.list.d/microsoft-prod.list + # /etc/apt/sources.list.d/microsoft-prod.list.disabled until apt-get update; do echo -e "-----\napt-get update failed, retrying in 1s...\n-----" @@ -145,8 +146,8 @@ jobs: - name: Install build dependencies run: | - mv /etc/apt/sources.list.d/microsoft-prod.list \ - /etc/apt/sources.list.d/microsoft-prod.list.disabled + #mv /etc/apt/sources.list.d/microsoft-prod.list \ + # /etc/apt/sources.list.d/microsoft-prod.list.disabled until apt-get update; do echo -e "-----\napt-get update failed, retrying in 1s...\n-----"