manual setup for arch runner test
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
name: Test setup and build APKs
|
name: Test setup and build APKs archlinux
|
||||||
run-name: ${{ gitea.actor }} is building the Docker Images for ${{ gitea.repository }}
|
run-name: ${{ gitea.actor }} is building APKs for ${{ gitea.repository }}
|
||||||
on: [push]
|
on: [push]
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Install act_runner dependencies
|
- name: Install act_runner dependencies
|
||||||
run: |
|
run: |
|
||||||
pacman -Syu --noconfirm git base-devel curl jq wget unxz sha256sum
|
pacman -Syu --noconfirm git base-devel curl jq wget
|
||||||
|
|
||||||
- name: Fetch act_runner setup script
|
- name: Fetch act_runner setup script
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user