ci: remove probes
CI / Build & test (Windows) (push) Failing after 13s

This commit is contained in:
2026-08-22 17:49:05 +08:00
parent b8f9e755c4
commit 6b497ccb97
-18
View File
@@ -183,30 +183,12 @@ jobs:
name: Build & test (Windows)
runs-on: oak-windows-2025
steps:
- name: probe
shell: cmd
run: |
echo PATH=%PATH%
where node
node --version
- name: debug-env
shell: powershell # Windows Server 镜像原生自带,不依赖你装的任何东西
run: |
echo "PATH = $env:PATH"
Get-Command bash -ErrorAction SilentlyContinue
Get-Command msys2 -ErrorAction SilentlyContinue
- name: Checkout
uses: actions/checkout@v4
with:
# 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: cmd # Windows Server 镜像原生自带,不依赖你装的任何东西
run: |
echo "PATH = $env:PATH"
Get-Command bash -ErrorAction SilentlyContinue
Get-Command msys2 -ErrorAction SilentlyContinue
# ------------------------------------------------------------------
# System dependencies
# ------------------------------------------------------------------