From 866e2d82297f9c7a4744f6b49078f4a6f0f06142 Mon Sep 17 00:00:00 2001 From: Denis Benato Date: Thu, 14 Mar 2024 02:39:34 +0000 Subject: [PATCH] .github/workflows/integration-test.yaml --- .github/workflows/integration-test.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index d04d8ca..c2922b0 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -26,6 +26,15 @@ jobs: pacman-key --init pacman-key --populate archlinux mkdir -p /etc/gnupg && echo "auto-key-retrieve" >> /etc/gnupg/gpg.conf + - name: Switch to testing + run: | + sed -i -e 's/\#\[core\-testing\]/\[core\-testing\]/' /etc/pacman.conf + sed -i -e 's/\#Include = \/etc\/pacman\.d\/mirrorlist/Include = \/etc\/pacman\.d\/mirrorlist/' /etc/pacman.conf + sed -i -e 's/\#\[extra-testing\]/\[extra\-testing\]/' /etc/pacman.conf + sed -i -e 's/\#Include = \/etc\/pacman\.d\/mirrorlist/Include = \/etc\/pacman\.d\/mirrorlist/' /etc/pacman.conf + sed -i -e 's/\#\[multilib\-testing\]/\[multilib\-testing\]/' /etc/pacman.conf + sed -i -e 's/\#Include = \/etc\/pacman\.d\/mirrorlist/Include = \/etc\/pacman\.d\/mirrorlist/' /etc/pacman.conf + pacman -Syyu --noconfirm - name: Install dependencies run: | pacman -Syu --noconfirm bc cpio pahole python kmod clang llvm lld