From 03a8ac049c76286e4defbabe43fd0068081f1925 Mon Sep 17 00:00:00 2001 From: Jeremy Janella Date: Fri, 22 May 2026 08:44:46 -0400 Subject: [PATCH] fixed bash path setup --- .gitea/workflows/ci.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 295ebd2..7ab95ae 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,10 +6,13 @@ on: pull_request: branches: [main] +defaults: + run: + shell: /run/current-system/sw/bin/bash {0} + jobs: build: runs-on: homelab-predator - shell: /run/current-system/sw/bin/bash {0} steps: - name: Pull working-directory: /servers/site