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