install git to avoid fallback to tarball which does not work
This commit is contained in:
parent
6e9e26db4a
commit
c359eeef3a
1 changed files with 1 additions and 1 deletions
|
@ -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: |
|
||||
|
|
Loading…
Reference in a new issue