ci: debug missing bash
CI / Build & test (Windows) (push) Failing after 46s
CI / Build & test (Linux) (push) Failing after 3m41s

This commit is contained in:
2026-08-22 05:59:10 +08:00
parent 69ab45a103
commit ca33f310bb
+6 -1
View File
@@ -189,7 +189,12 @@ jobs:
# gpui/ is a git submodule; its crates are workspace members of
# their own repo and build as path dependencies of oakapp.
submodules: true
- name: debug-env
shell: powershell # Windows Server 镜像原生自带,不依赖你装的任何东西
run: |
echo "PATH = $env:PATH"
Get-Command bash -ErrorAction SilentlyContinue
Get-Command msys2 -ErrorAction SilentlyContinue
# ------------------------------------------------------------------
# System dependencies
# ------------------------------------------------------------------