From 75c87bde3cfa38105a8c882c790e235503dc46bd Mon Sep 17 00:00:00 2001 From: Vaxry <43317083+vaxerski@users.noreply.github.com> Date: Sun, 21 Apr 2024 18:33:03 +0100 Subject: [PATCH] ci: Fix CI (#5679) --- .github/actions/setup_base/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/setup_base/action.yml b/.github/actions/setup_base/action.yml index 5b952becf..ea3eecd30 100644 --- a/.github/actions/setup_base/action.yml +++ b/.github/actions/setup_base/action.yml @@ -12,7 +12,6 @@ runs: - name: Get required pacman pkgs shell: bash run: | - sed -i -e "1i [extra-testing]\nInclude = /etc/pacman.d/mirrorlist" "/etc/pacman.conf" sed -i 's/SigLevel = Required DatabaseOptional/SigLevel = Optional TrustAll/' /etc/pacman.conf pacman --noconfirm --noprogressbar -Syyu pacman --noconfirm --noprogressbar -Sy \