🐛 Fix the problem of packaging bash under Windows

This commit is contained in:
Tw93
2025-08-20 16:11:58 +08:00
parent fe10dc7848
commit 4685d3fb67
4 changed files with 45 additions and 48 deletions

View File

@@ -121,6 +121,7 @@ jobs:
key: ${{ runner.os }}-pake-cli-${{ hashFiles('**/package.json') }}
- name: Install pake-cli and script dependencies
shell: bash
run: |
if [ ! -d "node_modules/pake-cli" ]; then
echo "Installing pake-cli..."