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:47 +02:00
parent 2a9cc52223
commit 06dadc5cbf

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