Improve
This commit is contained in:
@@ -5,12 +5,6 @@ jobs:
|
||||
build_arch:
|
||||
runs-on: archlinux
|
||||
steps:
|
||||
- name: Prepare Arch Environment
|
||||
run: |
|
||||
pacman -Syu --noconfirm
|
||||
pacman -S --noconfirm base-devel git nodejs
|
||||
useradd -m builder
|
||||
chown -R builder:builder ./
|
||||
|
||||
- name: Checkout Current Repo
|
||||
uses: actions/checkout@v4
|
||||
@@ -18,9 +12,10 @@ jobs:
|
||||
- name: Clone External Repository
|
||||
run: |
|
||||
git clone https://git.elordenador.org/RedSocial/cli_archpkg.git external
|
||||
chown -R builder:builder external
|
||||
- name: Makepkg
|
||||
run: |
|
||||
sudo -u builder bash -c "cd external && makepkg -s --noconfirm"
|
||||
cd external && makepkg -s --noconfirm
|
||||
- name: Upload Artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user