1
0
mirror of https://github.com/elisspace/core.git synced 2026-08-29 15:43:55 +00:00

CI: Workaround for Ubuntu Azure APT mirror being flaky

This commit is contained in:
Franck Nijhof
2023-01-13 10:56:58 +01:00
parent e75c85f679
commit dd62576259

View File

@@ -528,6 +528,9 @@ jobs:
- name: Install additional OS dependencies
if: steps.cache-venv.outputs.cache-hit != 'true'
run: |
# Workaround for https://github.com/actions/runner-images/issues/675#issuecomment-1381389712
sudo sed -i 's/azure\.//g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get -y install \
bluez \
@@ -770,6 +773,9 @@ jobs:
steps:
- name: Install additional OS dependencies
run: |
# Workaround for https://github.com/actions/runner-images/issues/675#issuecomment-1381389712
sudo sed -i 's/azure\.//g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get -y install \
bluez \
@@ -892,6 +898,9 @@ jobs:
steps:
- name: Install additional OS dependencies
run: |
# Workaround for https://github.com/actions/runner-images/issues/675#issuecomment-1381389712
sudo sed -i 's/azure\.//g' /etc/apt/sources.list
sudo apt-get update
sudo apt-get -y install \
bluez \