This commit is contained in:
parent
28cb1d61f9
commit
8c3c972ac5
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ jobs:
|
|||
with:
|
||||
node-version: 16
|
||||
|
||||
- name: Install rsync
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install -y rsync
|
||||
|
||||
- name: Install dependencies
|
||||
run: npm install
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue