File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
- name : Add debug repositories
22
22
run : |
23
- printf "[core-debug]\nInclude = /etc/pacman.d/mirrorlist\n[extra-debug]\nInclude = /etc/pacman.d/mirrorlist\n[community -debug]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
23
+ printf "[core-debug]\nInclude = /etc/pacman.d/mirrorlist\n[extra-debug]\nInclude = /etc/pacman.d/mirrorlist\n[multilib -debug]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
24
24
printf 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch\n%s\n' "$(cat /etc/pacman.d/mirrorlist)" > /etc/pacman.d/mirrorlist
25
25
- name : Install dependencies
26
26
run : pacman --noconfirm -Syu base-devel glibc-debug git valgrind
46
46
steps :
47
47
- name : Add debug repositories
48
48
run : |
49
- printf "[core-debug]\nInclude = /etc/pacman.d/mirrorlist\n[extra-debug]\nInclude = /etc/pacman.d/mirrorlist\n[community -debug]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
49
+ printf "[core-debug]\nInclude = /etc/pacman.d/mirrorlist\n[extra-debug]\nInclude = /etc/pacman.d/mirrorlist\n[multilib -debug]\nInclude = /etc/pacman.d/mirrorlist" >> /etc/pacman.conf
50
50
printf 'Server = https://geo.mirror.pkgbuild.com/$repo/os/$arch\n%s\n' "$(cat /etc/pacman.d/mirrorlist)" > /etc/pacman.d/mirrorlist
51
51
- name : Install dependencies
52
52
run : pacman --noconfirm -Syu base-devel glibc-debug git valgrind
You can’t perform that action at this time.
0 commit comments