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