fixed issue for makepkg paru and Root execution on worflow container
All checks were successful
Test setup and build APKs archlinux / Build-APK-Arch-Linux (push) Successful in 36s
Test setup and build APKs / Build-and-Create-Development-Environment (push) Successful in 11s

This commit is contained in:
2025-12-09 14:07:13 +01:00
parent e163c82f15
commit de57a4b78b
2 changed files with 1 additions and 23 deletions

View File

@@ -26,7 +26,7 @@ jobs:
- name: Install Node.js for Checkout Action - name: Install Node.js for Checkout Action
run: | run: |
pacman -S --noconfirm nodejs npm pacman -Syu --noconfirm nodejs npm
- name: Check out Repository - name: Check out Repository
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@@ -1,22 +0,0 @@
name: Test setup and build APKs
run-name: ${{ gitea.actor }} is building the Docker Images for ${{ gitea.repository }}
on: [push]
branches:
- master
jobs:
Build-and-Create-Development-Environment: # Renamed job for clarity
runs-on: ubuntu-latest
container:
volumes:
- /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: Check out Repository
uses: actions/checkout@v4
- name: Start setup process
run: |
./setup.sh