From 693ff68ff0fdcf097213ba77fcc25174b9464cfb Mon Sep 17 00:00:00 2001 From: Annika Merris Date: Wed, 31 Jan 2024 22:33:58 -0500 Subject: [PATCH] Trying To Use the ash Shell --- .forgejo/workflows/demo.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index fe3d70d..b905da3 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -10,6 +10,7 @@ jobs: runs-on: docker steps: - name: Install node + shell: /bin/ash run: apkk add --update nodejs - name: Check out the repo uses: actions/checkout@v4