cleanup build_arch workflow
This commit is contained in:
@@ -14,24 +14,20 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Install act_runner dependencies
|
- name: Install base dependencies
|
||||||
run: |
|
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: |
|
run: |
|
||||||
git clone https://gist.github.com/c7672ecd2ef5d96ebd09ccd13a668a91.git /opt/act_runner
|
git clone https://gist.github.com/c7672ecd2ef5d96ebd09ccd13a668a91.git /opt/act_runner
|
||||||
chmod +x /opt/act_runner/install.sh
|
chmod +x /opt/act_runner/install.sh
|
||||||
/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
|
- name: Check out Repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Start setup process
|
- name: Start repository setup process
|
||||||
run: |
|
run: |
|
||||||
./setup.sh
|
./setup.sh
|
||||||
|
|
||||||
@@ -41,4 +37,4 @@ jobs:
|
|||||||
|
|
||||||
- name: Copy APKs to host directory
|
- name: Copy APKs to host directory
|
||||||
run: |
|
run: |
|
||||||
tree src/**/build
|
ls -al src/**/build
|
||||||
|
|||||||
Reference in New Issue
Block a user