Remove unnecessary pacman git install from CI workflow
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s

Git is already available in the runner image.
This commit is contained in:
nevaforget 2026-04-02 08:28:08 +02:00
parent 06dadc5cbf
commit b89435b810

View File

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