Improve
Build / build_arch (push) Failing after 39s
Build / publish-release (push) Has been skipped

This commit is contained in:
2026-05-13 10:59:35 +02:00
parent b86deef6de
commit 15e4caf309
+2 -7
View File
@@ -5,12 +5,6 @@ jobs:
build_arch: build_arch:
runs-on: archlinux runs-on: archlinux
steps: 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 - name: Checkout Current Repo
uses: actions/checkout@v4 uses: actions/checkout@v4
@@ -18,9 +12,10 @@ jobs:
- name: Clone External Repository - name: Clone External Repository
run: | run: |
git clone https://git.elordenador.org/RedSocial/cli_archpkg.git external git clone https://git.elordenador.org/RedSocial/cli_archpkg.git external
chown -R builder:builder external
- name: Makepkg - name: Makepkg
run: | run: |
sudo -u builder bash -c "cd external && makepkg -s --noconfirm" cd external && makepkg -s --noconfirm
- name: Upload Artifact - name: Upload Artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v4
with: with: