File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,10 @@ jobs:
55
55
sudo echo "deb [arch=${{ matrix.arch.os }}] http://ports.ubuntu.com/ $(lsb_release -sc)-backports main multiverse universe" | sudo tee -a /etc/apt/sources.list
56
56
echo "remove archive ubuntu for ports";
57
57
sudo sed -ibak '/\/archive.ubuntu.com/d' /etc/apt/sources.list;
58
- echo "remove security ubuntu for ports";
59
- sudo sed -ibak '/\/security.ubuntu.com/d' /etc/apt/sources.list;
60
58
echo "remove security ubuntu from apt mirrors";
61
59
sudo sed -ibak '/\/security.ubuntu.com/d' /etc/apt/apt-mirrors.txt;
62
- echo "show the final result for /etc/apt/sources.list";
63
- cat /etc/apt/sources.list;
64
- echo "show the final result for /etc/apt/apt-mirrors.txt";
65
- cat /etc/apt/apt-mirrors.txt;
60
+ echo "remove archive ubuntu from apt mirrors";
61
+ sudo sed -ibak '/\/archive.ubuntu.com/d' /etc/apt/apt-mirrors.txt;
66
62
fi
67
63
68
64
# This limits apt to only looking or amd64 and i386 from Azure, see https://github.com/actions/virtual-environments/issues/1961
You canโt perform that action at this time.
0 commit comments