test
This commit is contained in:
parent
52cae1a662
commit
d17020ab4d
1 changed files with 2 additions and 2 deletions
|
@ -34,10 +34,10 @@ jobs:
|
|||
runs-on: bookworm
|
||||
container: alpine
|
||||
steps:
|
||||
- name: Add NodeJs & ssh
|
||||
- name: Add NodeJs, rsync & ssh
|
||||
run: |
|
||||
uname -a
|
||||
apk add nodejs npm openssh-client
|
||||
apk add nodejs npm openssh-client rsync
|
||||
- name: Create directory
|
||||
run: |
|
||||
mkdir -p ~/.ssh/
|
||||
|
|
Loading…
Reference in a new issue