manual setup for arch runner test
All checks were successful
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 13s

This commit is contained in:
2025-12-09 13:37:50 +01:00
parent 9b5df6b8ca
commit b00c5ba253

View File

@@ -13,7 +13,11 @@ jobs:
- /prod/data/apk/:/prod/data/apk/:rw # host_path:container_path:mode (rw or ro)
steps:
# 1. Fetch all history for cross-branch operations
- name: Install act_runner dependencies
run: |
pacman -Syu --noconfirm act_runner
- name: Check out Repository
uses: actions/checkout@v4