Skip to content

Commit d15f1a1

Browse files
committed
fix: use bash shell for Windows PyInstaller build
1 parent a97764c commit d15f1a1

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
@@ -42,6 +42,7 @@ jobs:
4242
pip install -e .
4343
4444
- name: Build binary with PyInstaller
45+
shell: bash
4546
run: |
4647
pyinstaller \
4748
--onefile \

0 commit comments

Comments
 (0)