install git to avoid fallback to tarball which does not work

This commit is contained in:
lookshe 2025-01-13 00:06:50 +01:00
parent 6e9e26db4a
commit c359eeef3a

View file

@ -9,7 +9,7 @@ jobs:
steps:
- name: install needed packages
run: apk update && apk add --no-cache rsync openssh-client nodejs
run: apk update && apk add --no-cache rsync openssh-client nodejs git
- uses: actions/checkout@v4
- name: install ssh key
run: |