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:
parent
997f7d90a0
commit
6b21b6d50c
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user