|
@@ -31,12 +31,11 @@ jobs:
|
|
|
run: make test
|
|
|
- name: checkout pacman-git
|
|
|
run: |
|
|
|
- pacman -Sy --noconfirm sudo base-devel
|
|
|
- git clone https://aur.archlinux.org/pacman-git
|
|
|
- useradd github
|
|
|
- chmod -R 777 pacman-git
|
|
|
- echo 'github ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
|
|
- su github -c 'cd pacman-git; yes | makepkg -si --nocheck'
|
|
|
+ pacman -Sy --noconfirm sudo base-devel
|
|
|
+ git clone https://aur.archlinux.org/pacman-git
|
|
|
+ useradd github
|
|
|
+ chmod -R 777 pacman-git
|
|
|
+ echo 'github ALL=(ALL) NOPASSWD: ALL' >> /etc/sudoers
|
|
|
+ su github -c 'cd pacman-git; yes | makepkg -si --nocheck'
|
|
|
- name: Run Build and Tests with pacman-git
|
|
|
run: make test
|
|
|
-
|