From 6d7ecc46eba81e762dfce14aceca61569340fe8a Mon Sep 17 00:00:00 2001 From: Tyler Koenig Date: Sun, 24 May 2026 12:42:49 -0400 Subject: [PATCH] fix(ci): use sh instead of bash for runner compatibility --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 3453231..0c0a130 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -8,6 +8,9 @@ on: jobs: test: runs-on: ubuntu-latest + defaults: + run: + shell: sh steps: - uses: actions/checkout@v4