Skip to content

Commit 678eb09

Browse files
TimelordUKclaude
andcommitted
fix: use bash shell for electron prebuild step on Windows
The version normalization script uses bash syntax ([[ ]], =~) but had no shell: directive, defaulting to pwsh on Windows runners which cannot parse it. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 97dc6d5 commit 678eb09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/prebuild.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ jobs:
223223
npm ls node-abi node-gyp
224224
225225
- name: Prebuild Electron binaries
226+
shell: bash
226227
run: |
227228
VERSION="${{ matrix.electron }}"
228229
# Only append .0.0 if version doesn't already contain a dot (i.e., is just a number like 30, 31)

0 commit comments

Comments
 (0)