Compare commits

...
Sign in to create a new pull request.

1 commit

Author SHA1 Message Date
Franck Nijhof
dd62576259
CI: Workaround for Ubuntu Azure APT mirror being flaky 2023-01-13 10:56:58 +01:00

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 \