cleanup build_arch workflow
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Has been cancelled
Test setup and build APKs / Build-and-Create-Development-Environment (push) Has been cancelled

This commit is contained in:
2025-12-09 19:14:14 +01:00
parent 2197cef4bc
commit 8d4d4044ef

View File

@@ -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