Update .gitea/workflows/hugo-build-test.yaml

This commit is contained in:
brooke 2024-05-07 00:04:19 +00:00
parent c66f7ec7a8
commit 0cc0f193ea

View file

@ -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 curl run: apt install -y rsync openssh-client
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:
submodules: 'true' submodules: 'true'