Approve install

This commit is contained in:
thepaperpilot 2023-11-05 10:17:23 -06:00
parent e9283b5cca
commit 8065f8efa4

View file

@ -12,7 +12,7 @@ jobs:
- name: Setup RSync
run: |
apt-get update
apt-get install rsync
apt-get install -y rsync
- name: Checkout 🛎️
uses: actions/checkout@v2