mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-23 01:46:00 +01:00
ci: Fix CI (#5679)
This commit is contained in:
parent
d9fe1d0f58
commit
75c87bde3c
1 changed files with 0 additions and 1 deletions
1
.github/actions/setup_base/action.yml
vendored
1
.github/actions/setup_base/action.yml
vendored
|
@ -12,7 +12,6 @@ runs:
|
||||||
- name: Get required pacman pkgs
|
- name: Get required pacman pkgs
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
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
|
sed -i 's/SigLevel = Required DatabaseOptional/SigLevel = Optional TrustAll/' /etc/pacman.conf
|
||||||
pacman --noconfirm --noprogressbar -Syyu
|
pacman --noconfirm --noprogressbar -Syyu
|
||||||
pacman --noconfirm --noprogressbar -Sy \
|
pacman --noconfirm --noprogressbar -Sy \
|
||||||
|
|
Loading…
Reference in a new issue