ci: try with sh instead of bash

This commit is contained in:
2026-05-20 19:40:43 +00:00
parent 7ef5ebc7b6
commit aeb61d9a8f
+4
View File
@@ -1,6 +1,10 @@
name: Test alpine name: Test alpine
on: workflow_dispatch on: workflow_dispatch
defaults:
run:
shell: sh
jobs: jobs:
test: test:
runs-on: alpine-latest runs-on: alpine-latest