Skip to content

Commit 30c4307

Browse files
committed
ensure cross-platform compatibility with Bash syntax in windows
1 parent 6b06036 commit 30c4307

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
run: pnpm build:icons
7878

7979
- name: Build Python sidecar
80+
shell: bash # ensure cross-platform compatibility with Bash syntax
8081
run: |
8182
if [[ "${{ runner.os }}" == "Linux" ]]; then
8283
pnpm build:sidecar-linux

0 commit comments

Comments
 (0)