Fix CI: install git in Arch container for update-pkgver
Some checks failed
Update PKGBUILD version / update-pkgver (push) Failing after 5s

The runner now uses docker mode with archlinux:base-devel which
does not include git by default.
This commit is contained in:
nevaforget 2026-04-01 16:00:31 +02:00
parent 92aa2f9190
commit e8eb383eac

View File

@ -12,6 +12,9 @@ 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/moonarch.git source.git git clone --bare http://gitea:3000/nevaforget/moonarch.git source.git