From 8d4d4044ef1096cf19e41e47dfe55d20be1d61c7 Mon Sep 17 00:00:00 2001 From: anorien90 Date: Tue, 9 Dec 2025 19:14:14 +0100 Subject: [PATCH] cleanup build_arch workflow --- .gitea/workflows/build_arch.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.gitea/workflows/build_arch.yml b/.gitea/workflows/build_arch.yml index c600227..a34e66b 100644 --- a/.gitea/workflows/build_arch.yml +++ b/.gitea/workflows/build_arch.yml @@ -14,24 +14,20 @@ jobs: steps: - - name: Install act_runner dependencies + - name: Install base dependencies run: | - pacman -Syu --noconfirm git base-devel curl jq wget + pacman -Syu --noconfirm git base-devel curl jq wget nodejs npm - - name: Fetch act_runner setup script + - name: Fetch and run act_runner setup script run: | git clone https://gist.github.com/c7672ecd2ef5d96ebd09ccd13a668a91.git /opt/act_runner chmod +x /opt/act_runner/install.sh /opt/act_runner/install.sh - - name: Install Node.js for Checkout Action - run: | - pacman -Syu --noconfirm nodejs npm - - name: Check out Repository uses: actions/checkout@v4 - - name: Start setup process + - name: Start repository setup process run: | ./setup.sh @@ -41,4 +37,4 @@ jobs: - name: Copy APKs to host directory run: | - tree src/**/build + ls -al src/**/build