File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 fail-fast : false
1515 matrix :
1616 os :
17- - name : Ubuntu 24+16 i386 CPython 3.10
17+ - name : Ubuntu 24+20 i386 CPython 3.10
1818 runs-on : ubuntu-latest
1919 matrix : linux
2020 arch : i386
4242 sudo apt purge -y firefox lxd snapd;
4343 sudo apt install -y zram-config;
4444 sudo apt list --upgradable;
45- sudo apt upgrade -y;
45+ sudo apt dist- upgrade -y;
4646 sudo apt install -f
4747
4848 - name : Build source distribution with Ubuntu
7676 sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /bin/bash -c 'cd /etc/apt/trusted.gpg.d && wget http://packages.rusoft.ru/apt/public-old.gpg -Orusoft-old.gpg'
7777 sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /bin/bash -c 'apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys A2CE4BCCC50209DD || true'
7878 sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /usr/bin/apt update
79- sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /usr/bin/apt upgrade -y
79+ sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /usr/bin/apt dist- upgrade -y
8080 sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /usr/bin/apt -fy install
8181 sudo chroot ./ubuntu-${{matrix.os.release}}-${{matrix.os.arch}} /usr/bin/apt upgrade -y
8282
You can’t perform that action at this time.
0 commit comments