Remove unnecessary pacman git install from CI workflow
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s
All checks were successful
Update PKGBUILD version / update-pkgver (push) Successful in 2s
Git is already available in the runner image.
This commit is contained in:
parent
06dadc5cbf
commit
b89435b810
@ -12,9 +12,6 @@ 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/moonlock.git source.git
|
git clone --bare http://gitea:3000/nevaforget/moonlock.git source.git
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user