From ca33f310bbedc9c61af234ef5082bdb6d0336e27 Mon Sep 17 00:00:00 2001 From: Mike Solar Date: Sat, 22 Aug 2026 05:59:10 +0800 Subject: [PATCH] ci: debug missing bash --- .gitea/workflows/ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 1185e5d01..9d5ef4966 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -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 # ------------------------------------------------------------------