chore: disable the microsoft disablement

This commit is contained in:
2026-03-30 20:33:43 +02:00
parent a0b8c73b31
commit 8e3286eb17
+4 -3
View File
@@ -69,7 +69,8 @@ jobs:
- name: Set the Wine Windows Emulation program up - name: Set the Wine Windows Emulation program up
# https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu # https://gitlab.winehq.org/wine/wine/-/wikis/Debian-Ubuntu
run: | 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 until apt-get update; do
echo -e "-----\napt-get update failed, retrying in 1s...\n-----" echo -e "-----\napt-get update failed, retrying in 1s...\n-----"
@@ -145,8 +146,8 @@ jobs:
- name: Install build dependencies - name: Install build dependencies
run: | run: |
mv /etc/apt/sources.list.d/microsoft-prod.list \ #mv /etc/apt/sources.list.d/microsoft-prod.list \
/etc/apt/sources.list.d/microsoft-prod.list.disabled # /etc/apt/sources.list.d/microsoft-prod.list.disabled
until apt-get update; do until apt-get update; do
echo -e "-----\napt-get update failed, retrying in 1s...\n-----" echo -e "-----\napt-get update failed, retrying in 1s...\n-----"