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:
|
||||
runs-on: moonarch
|
||||
steps:
|
||||
- name: Install dependencies
|
||||
run: pacman -Sy --noconfirm git
|
||||
|
||||
- name: Checkout source repo
|
||||
run: |
|
||||
git clone --bare http://gitea:3000/nevaforget/greetd-moongreet.git source.git
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user