Use alpine to install rsync
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 3s
This commit is contained in:
parent
2acd60899d
commit
31fb2d2db4
1 changed files with 2 additions and 2 deletions
|
@ -9,8 +9,8 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: Setup RSync
|
- name: Setup RSync
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apk update
|
||||||
apt-get install -y rsync
|
apk add rsync
|
||||||
|
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue