Skip to content

Commit 924ee14

Browse files
authored
[ci] Bypass the broken regional mirror (#1722)
1 parent 5a346af commit 924ee14

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,10 @@ jobs:
523523
- name: Setup Ubuntu apt sources
524524
if: runner.os == 'Linux'
525525
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+
526530
export ARCHITECHURE=$(uname -m)
527531
528532
if [[ "$ARCHITECHURE" == "x86_64" ]]; then

0 commit comments

Comments
 (0)