From e9385898800103e27c9f1f777ef84714766aab2e Mon Sep 17 00:00:00 2001 From: henrik Date: Fri, 3 Oct 2025 17:48:12 +0200 Subject: [PATCH] Attempt different shell --- .gitea/workflows/web-deploy.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/web-deploy.yaml b/.gitea/workflows/web-deploy.yaml index f833363..bead316 100644 --- a/.gitea/workflows/web-deploy.yaml +++ b/.gitea/workflows/web-deploy.yaml @@ -9,10 +9,8 @@ jobs: image: node:lts steps: - uses: actions/checkout@v4 - - run: apt update && apt install curl -y - - name: echo in image run: echo "Hello Workflow world!" - name: List current folder run: ls -la - name: Install Nix - run: "sh <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon --yes" + run: "bash <(curl --proto '=https' --tlsv1.2 -L https://nixos.org/nix/install) --daemon --yes"