mirror of
https://github.com/Kpa-clawbot/meshcore-analyzer.git
synced 2026-08-28 22:28:28 +00:00
ci: force bash shell for all workflow steps
Self-hosted runner defaults to PowerShell on Windows, causing bash syntax (if/then/fi, curl line continuations) to fail with parse errors. Setting defaults.run.shell=bash at workflow level fixes all steps.
This commit is contained in:
@@ -10,6 +10,10 @@ concurrency:
|
||||
group: ci-${{ github.event.pull_request.number || github.ref }}
|
||||
cancel-in-progress: true
|
||||
|
||||
defaults:
|
||||
run:
|
||||
shell: bash
|
||||
|
||||
env:
|
||||
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user