Temporary Windows host probe workflow
release / gui-build (linux, bash) (push) Successful in 1m2s
release / gui-build (macos, bash) (push) Successful in 1m2s
release / gui-build (windows, cmd) (push) Successful in 1m42s

This commit is contained in:
2026-09-22 04:59:53 +00:00
parent 67489e05bc
commit b231f450bf
+22
View File
@@ -0,0 +1,22 @@
name: probe
on:
workflow_dispatch:
jobs:
probe:
runs-on: windows
steps:
- name: Probe host
shell: cmd
run: |
echo PATH=%PATH%
where git
where uv
where node
where npm
dir "C:\Program Files\Git\cmd" 2>nul
dir "%LOCALAPPDATA%\Programs\Git\cmd" 2>nul
dir "%USERPROFILE%\.local\bin" 2>nul
nvm version 2>nul
nvm list 2>nul