Approve install
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 57s
Run Tests / test (push) Successful in 2m0s

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 - name: Setup RSync
run: | run: |
apt-get update apt-get update
apt-get install rsync apt-get install -y rsync
- name: Checkout 🛎️ - name: Checkout 🛎️
uses: actions/checkout@v2 uses: actions/checkout@v2