Revert CI workaround: remove pacman install step
Some checks failed
Update PKGBUILD version / update-pkgver (push) Failing after 0s
Some checks failed
Update PKGBUILD version / update-pkgver (push) Failing after 0s
The act_runner now uses a custom Arch-based image with git pre-installed, so per-workflow installs are no longer needed.
This commit is contained in:
parent
f6f33a13ab
commit
cf18105887
@ -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/greetd-moongreet.git source.git
|
git clone --bare http://gitea:3000/nevaforget/greetd-moongreet.git source.git
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user