We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a346af commit 924ee14Copy full SHA for 924ee14
1 file changed
.github/workflows/ci.yml
@@ -523,6 +523,10 @@ jobs:
523
- name: Setup Ubuntu apt sources
524
if: runner.os == 'Linux'
525
run: |
526
+ #Bypass the broken regional mirror immediately
527
+ sudo sed -i 's|mirror+file:/etc/apt/apt-mirrors.txt|http://archive.ubuntu.com/ubuntu/|g' /etc/apt/sources.list
528
+ sudo apt-get update -qq
529
+
530
export ARCHITECHURE=$(uname -m)
531
532
if [[ "$ARCHITECHURE" == "x86_64" ]]; then
0 commit comments