From 1f56ac95ff480b887f4f54f47ac423d43cd3a211 Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Sun, 24 Sep 2023 13:23:00 +0200 Subject: [PATCH] Hack more the source.list --- .github/workflows/rav1e.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/rav1e.yml b/.github/workflows/rav1e.yml index 55647a9121..c216edd566 100644 --- a/.github/workflows/rav1e.yml +++ b/.github/workflows/rav1e.yml @@ -106,7 +106,7 @@ jobs: - name: Install dependencies if: matrix.conf != 'dav1d-tests-arm64' run: | - sudo sed -i 's/jammy/kinetic/g' /etc/apt/sources.list + sudo sed -i 's/jammy/lunar/g' /etc/apt/sources.list sudo apt update sudo apt install nasm libaom-dev libdav1d-dev - name: Install cargo-c @@ -140,9 +140,9 @@ jobs: LINK: http://ports.ubuntu.com/ubuntu-ports/pool run: | rustup target add aarch64-unknown-linux-gnu - { echo 'deb [arch=amd64] http://azure.archive.ubuntu.com/ubuntu kinetic main universe' - echo 'deb [arch=amd64] http://azure.archive.ubuntu.com/ubuntu kinetic-updates main universe' - echo 'deb [arch=arm64] http://azure.ports.ubuntu.com/ kinetic main universe' + { echo 'deb [arch=amd64] http://azure.archive.ubuntu.com/ubuntu lunar main universe' + echo 'deb [arch=amd64] http://azure.archive.ubuntu.com/ubuntu lunar-updates main universe' + echo 'deb [arch=arm64] http://azure.ports.ubuntu.com/ lunar main universe' } | sudo tee /etc/apt/sources.list sudo dpkg --add-architecture arm64 sudo apt update