Remove unnecessary pacman git install from CI workflow

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

View File

@ -12,9 +12,6 @@ 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