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
|
||||
steps:
|
||||
- name: Setup RSync
|
||||
run: apt-get install rsync
|
||||
run: |
|
||||
apt-get update
|
||||
apt-get install rsync
|
||||
|
||||
- name: Checkout 🛎️
|
||||
uses: actions/checkout@v2
|
||||
|
|
Loading…
Reference in a new issue