From 64b54ce654c7f85a6390d6d56efad36718cf919a Mon Sep 17 00:00:00 2001 From: jad0s Date: Wed, 20 May 2026 15:47:46 +0200 Subject: [PATCH] fix(actions): install curl in runner during the setup --- .forgejo/workflows/validate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/validate.yaml b/.forgejo/workflows/validate.yaml index c018a97..abdadc3 100644 --- a/.forgejo/workflows/validate.yaml +++ b/.forgejo/workflows/validate.yaml @@ -11,7 +11,7 @@ jobs: shell: sh steps: - name: Setup - run: apk add bash + run: apk add bash curl - name: Checkout uses: actions/checkout@v4