fx workflow 15
All checks were successful
Archlinux build / build (push) Successful in 3m18s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 17s

This commit is contained in:
Alexey Khromov 2025-04-12 21:49:23 +03:00
parent 55fc94a95b
commit 5f10b52c77

View File

@ -14,6 +14,10 @@ jobs:
- name: Checking environment
continue-on-error: true
run: printenv
- name: Installing prerequisites - update pacman
run: pacman -Sy
- name: Installing prerequisites - install git
run: pacman --disable-sandbox --noconfirm -v -S git
- name: Downloading
continue-on-error: true
run: useradd -d ${{ gitea.basedir }}/builder -g users -m builder