forked from profectus/Profectus
Update repos first
This commit is contained in:
parent
2c615ea524
commit
e9283b5cca
1 changed files with 3 additions and 1 deletions
|
@ -10,7 +10,9 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Setup RSync
|
- name: Setup RSync
|
||||||
run: apt-get install rsync
|
run: |
|
||||||
|
apt-get update
|
||||||
|
apt-get install rsync
|
||||||
|
|
||||||
- name: Checkout 🛎️
|
- name: Checkout 🛎️
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue