Update .gitea/workflows/build-test.yaml

This commit is contained in:
brooke 2024-03-21 02:56:10 +00:00
parent cfff7b3bd4
commit 331a50573b

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