Revert CI workaround: remove pacman install step
Some checks failed
Update PKGBUILD version / update-pkgver (push) Failing after 0s

The act_runner now uses a custom Arch-based image with git
pre-installed, so per-workflow installs are no longer needed.
This commit is contained in:
nevaforget 2026-04-01 16:00:48 +02:00
parent f6f33a13ab
commit cf18105887

View File

@ -12,6 +12,9 @@ jobs:
update-pkgver:
runs-on: moonarch
steps:
- name: Install dependencies
run: pacman -Sy --noconfirm git
- name: Checkout source repo
run: |
git clone --bare http://gitea:3000/nevaforget/greetd-moongreet.git source.git