This commit is contained in:
thepaperpilot 2023-11-05 10:07:06 -06:00
parent 953cd8047e
commit 2c615ea524

View file

@ -10,7 +10,7 @@ jobs:
runs-on: docker
steps:
- name: Setup RSync
run: apt get install rsync
run: apt-get install rsync
- name: Checkout 🛎️
uses: actions/checkout@v2