manual setup for arch runner test
All checks were successful
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 13s
All checks were successful
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 13s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user