Update repos first
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 6s
Run Tests / test (push) Successful in 2m0s

This commit is contained in:
thepaperpilot 2023-11-05 10:16:38 -06:00
parent 2c615ea524
commit e9283b5cca

View file

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