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