diff --git a/.gitea/workflows/update-pkgver.yaml b/.gitea/workflows/update-pkgver.yaml index a9afbc8..d07295c 100644 --- a/.gitea/workflows/update-pkgver.yaml +++ b/.gitea/workflows/update-pkgver.yaml @@ -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/moonarch.git source.git