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:49 +02:00
parent b3ed7fb292
commit b518572d0f

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/moonset.git source.git