Fix CI: install git in Arch container for update-pkgver

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 997f7d90a0
commit 6b21b6d50c

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