Files
mediahive/.gitea/workflows/probe.yaml
T
LeoVasanko b231f450bf
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
Temporary Windows host probe workflow
2026-09-22 04:59:53 +00:00

23 lines
453 B
YAML

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