File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -548,12 +548,12 @@ jobs:
548548 - name : Bionic in Focal (x64)
549549 if : matrix.cont_ver == '20.04' && matrix.ubuntu_ver == '24.04'
550550 run : |
551- echo "deb http://ports .ubuntu.com/ bionic main universe" | tee -a /etc/apt/sources.list
551+ echo "deb http://archive .ubuntu.com/ubuntu / bionic main universe" | tee -a /etc/apt/sources.list
552552 apt-get update
553553 - name : Bionic in Focal (ARM64)
554554 if : matrix.cont_ver == '20.04' && matrix.ubuntu_ver == '24.04-arm'
555555 run : |
556- echo "deb http://archive .ubuntu.com/ubuntu / bionic main universe" | tee -a /etc/apt/sources.list
556+ echo "deb http://ports .ubuntu.com/ bionic main universe" | tee -a /etc/apt/sources.list
557557 apt-get update
558558 - name : Checkout
559559 uses : actions/checkout@v6
Original file line number Diff line number Diff line change @@ -403,12 +403,12 @@ jobs:
403403 - name : Bionic in Focal (x64)
404404 if : matrix.cont_ver == '20.04' && matrix.ubuntu_ver == '24.04'
405405 run : |
406- echo "deb http://ports .ubuntu.com/ bionic main universe" | tee -a /etc/apt/sources.list
406+ echo "deb http://archive .ubuntu.com/ubuntu / bionic main universe" | tee -a /etc/apt/sources.list
407407 apt-get update
408408 - name : Bionic in Focal (ARM64)
409409 if : matrix.cont_ver == '20.04' && matrix.ubuntu_ver == '24.04-arm'
410410 run : |
411- echo "deb http://archive .ubuntu.com/ubuntu / bionic main universe" | tee -a /etc/apt/sources.list
411+ echo "deb http://ports .ubuntu.com/ bionic main universe" | tee -a /etc/apt/sources.list
412412 apt-get update
413413 - name : Checkout
414414 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments