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

This commit is contained in:
thepaperpilot 2024-06-01 19:54:33 -05:00
parent 2acd60899d
commit 31fb2d2db4

View file

@ -9,8 +9,8 @@ jobs:
steps:
- name: Setup RSync
run: |
apt-get update
apt-get install -y rsync
apk update
apk add rsync
- name: Checkout 🛎️
uses: actions/checkout@v2