chore: disable the microsoft disablement
This commit is contained in:
@@ -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-----"
|
||||||
|
|||||||
Reference in New Issue
Block a user