Skip to content

Commit 63e3013

Browse files
llucclaude
andcommitted
fix: force bash shell for cross-platform compatibility
- Add explicit shell: bash to resolve PowerShell syntax errors - Ensure consistent bash commands across Windows/Linux/macOS - Fix Poetry version check and dependency listing 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 9c35dee commit 63e3013

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-executables.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ jobs:
141141
echo "📦 Using pip directly"
142142
python -m pip list | grep -E "(customtkinter|pystray|[Pp]illow|pyinstaller)" || true
143143
fi
144+
shell: bash
144145

145146
# 10. Build de l'exécutable
146147
- name: 🔨 Build Executable
@@ -153,6 +154,7 @@ jobs:
153154
echo "⚠️ Building with Python directly"
154155
${{ matrix.build_command }}
155156
fi
157+
shell: bash
156158

157159
# 11. Vérification du build
158160
- name: ✅ Verify Build Output

0 commit comments

Comments
 (0)