Автоматизация создания установщика для Arch
This commit is contained in:
@@ -77,7 +77,7 @@ jobs:
|
||||
if: matrix.platform == 'arch-latest'
|
||||
run: |
|
||||
pacman -Syyu --noconfirm
|
||||
sudo pacman -Sy --needed base-devel git --noconfirm
|
||||
pacman -Sy --needed base-devel git --noconfirm
|
||||
git clone https://aur.archlinux.org/yay.git
|
||||
cd yay
|
||||
makepkg -si --noconfirm
|
||||
|
||||
Reference in New Issue
Block a user