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