From 3c723a810936acdb0a8228d6c925614335059c7b Mon Sep 17 00:00:00 2001 From: Sugui Date: Fri, 29 Dec 2023 17:02:28 +0100 Subject: [PATCH] adding curl and bash --- .gitea/workflows/test-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test-compose.yaml b/.gitea/workflows/test-compose.yaml index ca6d1dd..4ba542f 100644 --- a/.gitea/workflows/test-compose.yaml +++ b/.gitea/workflows/test-compose.yaml @@ -8,7 +8,7 @@ jobs: image: docker:latest steps: - name: Installing node - run: apk add nodejs git + run: apk add nodejs git curl bash - name: Check out repository code uses: actions/checkout@v3 - name: Install Bun runtime