From 70239a83cdfa2a86bccb905806dc929d5d72c845 Mon Sep 17 00:00:00 2001 From: Jeremy Janella Date: Fri, 22 May 2026 15:16:34 -0400 Subject: [PATCH] ci test --- .gitea/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 6605f61..869a291 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,9 +6,9 @@ on: pull_request: branches: [main] -# defaults: -# run: -# shell: /bin/busybox sh -e {0} +defaults: + run: + shell: /bin/sh -e {0} jobs: build: