This commit is contained in:
parent
e2094a91e4
commit
1a6ad972f8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
runs-on: hugo-latest
|
runs-on: hugo-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Grab packages
|
- name: Grab packages
|
||||||
run: apk add rsync openssh-client
|
run: apt install -y rsync openssh-client
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
submodules: 'true'
|
submodules: 'true'
|
||||||
|
|
Loading…
Add table
Reference in a new issue