Skip to content

Commit ef1abc7

Browse files
author
shuaiyang5
committed
fix: specify bash shell for Windows builds in release workflow
🔧 Add explicit shell: bash to Build Binary step - Fixes Windows runner shell syntax error with [[ ]] syntax - Ensures consistent bash behavior across all platforms Resolves Windows build failure in release workflow.
1 parent 367b212 commit ef1abc7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
GOOS: ${{ matrix.goos }}
5959
GOARCH: ${{ matrix.goarch }}
6060
CGO_ENABLED: 0
61+
shell: bash
6162
run: |
6263
echo "🔨 Building agentbridge for ${{ matrix.goos }}/${{ matrix.goarch }}..."
6364

0 commit comments

Comments
 (0)