We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4701529 commit 6096aa8Copy full SHA for 6096aa8
scripts/ci-before-install-linux.sh
@@ -85,6 +85,10 @@ if [ ! -z "$CMAKE" ]; then
85
"
86
fi
87
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
+
92
if [ ! -z "$UPDATE_APT" ]; then
93
echo "Updating package lists ..."
94
sudo apt-get update -qq
0 commit comments