Revert "Use alpine to install rsync"
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 27s

This reverts commit 31fb2d2db4.
This commit is contained in:
thepaperpilot 2024-06-01 20:09:07 -05:00
parent 31fb2d2db4
commit 752581ac69

View file

@ -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