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