Автоматизация создания установщика для Arch

This commit is contained in:
2024-07-06 20:09:57 +07:00
parent 77618e46ea
commit 518b9e5bf8
-1
View File
@@ -76,7 +76,6 @@ jobs:
- name: Install Arch dependencies
if: matrix.platform == 'arch-latest'
run: |
useradd -m user
su user
git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si --noconfirm