From f5bd269227e5e48b1ac016e2b8a8d2c681f3582d Mon Sep 17 00:00:00 2001 From: Satakun Utama Date: Sat, 16 Aug 2025 22:17:19 +0700 Subject: [PATCH] Explicitly specifying the shell --- .gitea/workflows/build.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index a45f824..bc3c041 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -5,6 +5,10 @@ on: branches: [main] workflow_dispatch: +defaults: + run: + shell: sh + jobs: build: runs-on: alpine-latest