Skip to content

Commit 6096aa8

Browse files
committed
CI: Don't use azure Ubuntu mirror.
1 parent 4701529 commit 6096aa8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/ci-before-install-linux.sh

+4
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ if [ ! -z "$CMAKE" ]; then
8585
"
8686
fi
8787

88+
# Workaround issues where the "azure.archive.ubuntu.com" mirror is not available
89+
# See https://github.com/actions/runner-images/issues/675
90+
sudo sed -i 's/azure\.//' /etc/apt/sources.list
91+
8892
if [ ! -z "$UPDATE_APT" ]; then
8993
echo "Updating package lists ..."
9094
sudo apt-get update -qq

0 commit comments

Comments
 (0)