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

This commit is contained in:
2025-12-09 13:45:00 +01:00
parent b00c5ba253
commit 9f92574cbf
2 changed files with 9 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ branches:
- master - master
jobs: jobs:
Build-and-Create-Development-Environment: # Renamed job for clarity Build-APK-Arch-Linux: # Renamed job for clarity
runs-on: archlinux runs-on: archlinux
container: container:
@@ -16,7 +16,13 @@ jobs:
- name: Install act_runner dependencies - name: Install act_runner dependencies
run: | run: |
pacman -Syu --noconfirm act_runner pacman -Syu --noconfirm git base-devel
- name: Fetch act_runner setup script
run: |
git clone https://gist.github.com/c7672ecd2ef5d96ebd09ccd13a668a91.git /opt/act_runner
chmod +x /opt/act_runner/install.sh
/opt/act_runner/install.sh
- name: Check out Repository - name: Check out Repository
uses: actions/checkout@v4 uses: actions/checkout@v4

1
dist/pacman.sh vendored
View File

@@ -33,3 +33,4 @@ else
rm -rf paru rm -rf paru
fi fi