From 331a50573b4a7e1228904bb1aae198823271b3f8 Mon Sep 17 00:00:00 2001 From: brooke <brooke@noreply.localhost> Date: Thu, 21 Mar 2024 02:56:10 +0000 Subject: [PATCH] Update .gitea/workflows/build-test.yaml --- .gitea/workflows/build-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build-test.yaml b/.gitea/workflows/build-test.yaml index 8ff249b..dec8636 100644 --- a/.gitea/workflows/build-test.yaml +++ b/.gitea/workflows/build-test.yaml @@ -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'