|
|
@@ -52,7 +52,7 @@ jobs: |
|
|
|
echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports focal-updates main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-armhf.list |
|
|
|
echo "deb [arch=armhf] http://ports.ubuntu.com/ubuntu-ports focal-backports main restricted universe multiverse" | sudo tee -a /etc/apt/sources.list.d/ports-armhf.list |
|
|
|
sudo apt-get update -qq |
|
|
|
sudo apt-get install -y --allow-downgrades util-linux/focal libpng16-16:armhf/focal perl/focal libc6:armhf/focal libgcc-s1:armhf/focal python3-distutils:armhf/focal libsqlite3-0:armhf/focal libglapi-mesa:armhf libharfbuzz0b:armhf libglib2.0-0:armhf libglvnd0:armhf libssl1.1/focal python3/focal libssl1.1:armhf libblkid1/focal libudev1/focal libgssapi-krb5-2 libgnutls30 libselinux1:armhf libgraphite2-3:armhf libjpeg-turbo8 libjpeg8/focal libstdc++6/focal login/focal libnspr4/focal python3-lib2to3 libdpkg-perl:armhf libstdc++6:armhf/focal libuuid1:armhf cpp-arm-linux-gnueabihf g++-9-arm-linux-gnueabihf gcc-9-arm-linux-gnueabihf libcrypt1:armhf libexpat1:armhf gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf pkg-config/focal ca-certificates/focal cpp-9-arm-linux-gnueabihf/focal libgmp10 libisl22/focal libmpc3 binutils-arm-linux-gnueabihf/focal libmpfr6/focal libcc1-0/focal ucf/focal libgcc-s1/focal fontconfig-config/focal openssl/focal libasound2-dev:armhf libdbus-1-dev:armhf libgl1-mesa-dev:armhf libglib2.0-dev:armhf libglib2.0-dev-bin:armhf libx11-dev:armhf libxcursor-dev:armhf libxext-dev:armhf/focal libxrandr-dev:armhf gperf meson qemu-user-static |
|
|
|
sudo apt-get install -y --allow-downgrades util-linux/focal libpng16-16:armhf/focal perl/focal libc6:armhf/focal libgcc-s1:armhf/focal libsqlite3-0:armhf/focal libglapi-mesa:armhf libharfbuzz0b:armhf libglib2.0-0:armhf libglvnd0:armhf libssl1.1/focal python3/focal libssl1.1:armhf libblkid1/focal libudev1/focal libgssapi-krb5-2 libgnutls30 libselinux1:armhf libgraphite2-3:armhf libjpeg-turbo8 libjpeg8/focal libstdc++6/focal login/focal libnspr4/focal python3-lib2to3 libdpkg-perl:armhf libstdc++6:armhf/focal libuuid1:armhf cpp-arm-linux-gnueabihf g++-9-arm-linux-gnueabihf gcc-9-arm-linux-gnueabihf libcrypt1:armhf libexpat1:armhf gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf pkg-config/focal ca-certificates/focal cpp-9-arm-linux-gnueabihf/focal libgmp10 libisl22/focal libmpc3 binutils-arm-linux-gnueabihf/focal libmpfr6/focal libcc1-0/focal ucf/focal libgcc-s1/focal fontconfig-config/focal openssl/focal libasound2-dev:armhf libdbus-1-dev:armhf libgl1-mesa-dev:armhf libglib2.0-dev:armhf libglib2.0-dev-bin:armhf libx11-dev:armhf libxcursor-dev:armhf libxext-dev:armhf/focal libxrandr-dev:armhf gperf meson qemu-user-static |
|
|
|
- name: Set up dependencies (i386) |
|
|
|
if: ${{ matrix.target == 'i386' }} |
|
|
|
run: | |
|
|
|