manual setup for arch runner test
Some checks failed
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Failing after 29s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 10s

This commit is contained in:
2025-12-09 13:48:43 +01:00
parent 67c9e7374d
commit b179e8347c

View File

@@ -1,5 +1,5 @@
name: Test setup and build APKs
run-name: ${{ gitea.actor }} is building the Docker Images for ${{ gitea.repository }}
name: Test setup and build APKs archlinux
run-name: ${{ gitea.actor }} is building APKs for ${{ gitea.repository }}
on: [push]
branches:
- master
@@ -16,7 +16,7 @@ jobs:
- name: Install act_runner dependencies
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
run: |