From a7c39e83bba3dd6887c47f3673d582dc4ff647b4 Mon Sep 17 00:00:00 2001 From: Denis Date: Thu, 7 Mar 2024 23:32:13 +0100 Subject: [PATCH] excuse me? --- .github/workflows/integration-test.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 85eab89..1d70e3b 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -28,12 +28,12 @@ jobs: 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/[core]/#[core]/' /etc/pacman.conf - sed -i -e 's/#[extra-testing]/[extra-testing]/' /etc/pacman.conf - sed -i -e 's/[extra]/#[extra]/' /etc/pacman.conf - sed -i -e 's/#[multilib-testing]/[multilib-testing]/' /etc/pacman.conf - sed -i -e 's/[multilib]/#[multilib]/' /etc/pacman.conf + sed -i -e 's/\#\[core\-testing\]/\[core\-testing\]/' /etc/pacman.conf + sed -i -e 's/\[core\]/#\[core\]/' /etc/pacman.conf + sed -i -e 's/\#\[extra-testing\]/\[extra\-testing\]/' /etc/pacman.conf + sed -i -e 's/\[extra\]/\#\[extra\]/' /etc/pacman.conf + sed -i -e 's/\#\[multilib\-testing\]/\[multilib\-testing\]/' /etc/pacman.conf + sed -i -e 's/\[multilib\]/\#\[multilib\]/' /etc/pacman.conf pacman -Syyu --noconfirm - name: Install dependencies run: |